- Aug 12, 2017
-
-
David Sidrane authored
RC00 had an active high VDD_5V_PERIPH_EN PC01 has an active low VDD_5V_PERIPH_EN RC00 Test hardware did not use an LTC4417 While RC00 HW is still in circulation you can build with PX4_FMUV5_RC00 defined and BOARD_HAS_LTC4417 undefined. The default is PX4_FMUV5_RC01 and BOARD_HAS_LTC4417 defined.
-
- Aug 11, 2017
-
-
Nicolas de Palezieux authored
-
Nicolas de Palezieux authored
-
Nicolas de Palezieux authored
-
Nicolas de Palezieux authored
-
Nicolas de Palezieux authored
vmount: properly unadvertise uorb topics when stopping or re-configuring vmount. Othwerise subsequent advertise calls may fail (only ever witnessed for _mount_orientation_pub)
-
Nicolas de Palezieux authored
-
Nicolas de Palezieux authored
-
Beat Küng authored
control_data needs to be able to be set to nullptr in case if the input is already active. Otherwise the output will think there's always new requests and reset it's state.
-
Beat Küng authored
This avoids a busy-loop if the input is listening for vehicle commands and the output publishes vehicle commands.
-
Beat Küng authored
-
Beat Küng authored
-
- Aug 10, 2017
-
-
Julien Lecoeur authored
Issue: This conversion test failed with gcc 7.1.1 and clang 4.0.1: ``` ERROR [tests] conversion fail: input: -0.8188, intermediate: -8187, result: -0.8187 conv FAILED Command 'tests' failed, returned -1 ``` Fix: explicit rounding
-
Daniel Agar authored
-closes #7539
-
Daniel Agar authored
-
- Aug 09, 2017
-
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-
sanderux authored
-
sanderux authored
-
Lorenz Meier authored
-
Daniel Agar authored
-
sanderux authored
-
sanderux authored
-
sanderux authored
-
sanderux authored
-
sanderux authored
-
sanderux authored
-
sanderux authored
-
- Aug 08, 2017
-
-
Beat Küng authored
... and some strange reformatting due to astyle...
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
-
José Roberto de Souza authored
This will initialize those structs with zero in all fields not set and all fields set will only be change once to the final value not wasting CPU time zeroing it. This will guarantee that no non-unitialized structs will have a trash value on from_external causing it to be sent to the MAVLink channel without need it.
-
José Roberto de Souza authored
The previous approach was checking system id and component id but it will not work in 100% of cases as external devices can send MAVLink message with the right system id but with broadcast component id.
-