- Jul 06, 2017
-
-
Daniel Agar authored
-
Daniel Agar authored
-
James Goppert authored
-
James Goppert authored
-
James Goppert authored
-
James Goppert authored
-
James Goppert authored
-
James Goppert authored
-
James Goppert authored
-
Beat Küng authored
-
James Goppert authored
-
James Goppert authored
-
Nicolae Rosia authored
Signed-off-by:
Nicolae Rosia <nicolae.rosia@gmail.com>
-
Lorenz Meier authored
-
Lorenz Meier authored
-
- Jul 05, 2017
-
-
imcnanie authored
* Added Dodecarotor Mixer * fixed formatting style * Renamed dodeca mixers to top and bottom
-
- Jul 04, 2017
-
-
Beat Küng authored
The problem was signed vs unsigned mixing together with 64bit conversion: int32_t flight_time = ...; uint64_t _total_flight_time = ...; _total_flight_time |= flight_time; When flight_time is negative, the last line would first extend the sign bit to the upper 32bits of the 64bit uint and then apply the bitwise OR. The fix is to use an unsigned 32 bit value.
-
- Jul 02, 2017
-
-
Lorenz Meier authored
When poll returns a ready FD we have to read it, no matter which flight mode the system is in.
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
- Jul 01, 2017
-
-
Hamish Willee authored
-
Hamish Willee authored
-
Hamish Willee authored
-
Hamish Willee authored
-
- Jun 30, 2017
-
-
Daniel Agar authored
-
- Jun 29, 2017
-
-
Daniel Agar authored
- fixes #7510
-
Beat Küng authored
-
Daniel Agar authored
-
David Sidrane authored
-
Mohammed Kabir authored
-
- Jun 28, 2017
-
-
Daniel Agar authored
-
Jan Liphardt authored
In day to day practice, there are two reasons for fabsf(airspeed.differential_pressure_filtered_pa) > 15.0f 1/ The sensor has not been calibrated. In this case, the sensor needs to be calibrated. 2/ It's a windy day, and the operator has powered up the system without covering the pitot tube. In that case, you need to reboot with the pitot cover in place. The original message ('Check calibration') is ok, but why not be more direct? The user does not have to "check the calibration" - the user has to (a) either calibrate the system in the first place, or (b) not forget the pitot tube cover when powering up the system.
-
- Jun 27, 2017
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-