- Jul 31, 2016
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
- Jul 30, 2016
-
-
Julian Oes authored
-
Julian Oes authored
-
Julian Oes authored
-
Julian Oes authored
This is a big refactor and general cleanup of the land detector. The main functional change is to share the hysteresis lib across all land detectors.
-
Julian Oes authored
-
Julian Oes authored
-
Julian Oes authored
Since the auto disarm hysteresis was implemented wrongly, it's now replaced with the hysteresis library call.
-
Julian Oes authored
-
Julian Oes authored
The result from `!get_freefall_state()` was always true because `get_freefall_state()` is already called before `get_landed_state()` is called. Only if we're not in a freefall, we check if we are landed.
-
Julian Oes authored
The hysteresis was not properly implemented in the land detector and is therefore replaced by the library call, both for the freefall detector and the land detector.
-
Julian Oes authored
-
Julian Oes authored
Sometimes, we only need a histeresis in one direction.
-
Julian Oes authored
There have been two cases where a hysteresis function wasn't working correctly. It is therefore a good idea to abstract the hysteresis functionality into a library.
-
Julian Oes authored
-
sander authored
-
sander authored
-
sander authored
-
sander authored
-
Lorenz Meier authored
-
- Jul 29, 2016
-
-
James Goppert authored
-
Daniel Agar authored
* make tests use px4 instead of mainapp * commander_tests ALTCTL - not rotary requires altitude
-
Julian Oes authored
-
Julian Oes authored
-
Daniel Agar authored
-
Beat Küng authored
- px4_getopt is threadsafe - getopt does not do argument reordering (ms5611 start -T 5607 did not work)
-
David Sidrane authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Daniel Agar authored
-
Daniel Agar authored
-
Lorenz Meier authored
-
Roman authored
Signed-off-by:
Roman <bapstroman@gmail.com>
-
Roman authored
Signed-off-by:
Roman <bapstroman@gmail.com>
-
Roman authored
-
Beat Küng authored
-
Beat Küng authored
-