- Apr 21, 2017
-
-
Andrew C. Smith authored
-
- Apr 20, 2017
-
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
- arm without mission on by default
-
Matthias Grob authored
because there is no sense to have different angle scalings into different directions it would lead to unintuitive piloting experience acceleration is directly coupled to the tilt angle regardless of possible assymetric multicopter vehicles
-
Matthias Grob authored
land_detector: fix sanity condition that we have ground contact when we are landed to include the hysteresis flag because the condition was looking for the instantaneous flag and during the hysteresis time the state did not change anymore
-
Matthias Grob authored
land_detector: treat altitude mode like position mode with vertical checks but without horizontal checks because in altitude mode we have a baro available and can therefore check vertical movement we can not check horizontal movement but I consider the checks for landing still pretty safe unlike in manual mode we are not allowed to disarm before land detection in altitude mode
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
For example on px4cannode-v1_default.
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
This will avoid file system corruptions in cases where px4_shutdown_request is used. However it will not help obviously when the battery is pulled directly.
-
Beat Küng authored
px4_board_pwr has become obsolete with the addition of board_shutdown
-
Beat Küng authored
To get the new API definitions
-
Beat Küng authored
-
David Sidrane authored
This adds the board power button notification registration and shutdown API points.
-
David Sidrane authored
Defined types and interface to support a notification call back on power button events.
-
jwilson authored
-
jwilson authored
-
Beat Küng authored
-
Beat Küng authored
-
Lucas De Marchi authored
-
- Apr 19, 2017
-
-
Nate Weibley authored
-
Nate Weibley authored
Previously load stats were stored outside of the printloop, but with the refactoring to save memory state was reset and used in the first loop before the actual load calculations were valid. Fixed by moving the summary info to the bottom of the top printout after everything is computed. Also restructured the callback to not depend on a line counter and fixed astyle glitches.
-
Julian Oes authored
vmount is now added to the startup script, however, it will only start if the param MNT_MODE_IN is set to anything but -1.
-
Beat Küng authored
-
Beat Küng authored
To reduce latency of the output update when mode is set to auto.
-
Beat Küng authored
-
Beat Küng authored
-
Julian Oes authored
-
Julian Oes authored
-