aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | | mc_pos_control: trajectory following, using previous and next waypointsAnton Babushkin2014-08-161-28/+156
| | | |_|_|/ / / | | |/| | | | |
| * | | | | | | Merge pull request #1377 from PX4/revert-1376-hud_alt_reportingThomas Gubler2014-10-041-5/+1
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Revert "Use global position altitude to report HUD altitude, for consist...
| | * | | | | | | Revert "Use global position altitude to report HUD altitude, for consistency."Lorenz Meier2014-10-041-5/+1
| |/ / / / / / /
| * | | | | | | Merge pull request #1376 from tstellanova/hud_alt_reportingLorenz Meier2014-10-041-1/+5
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Use global position altitude to report HUD altitude, for consistency.
| | * | | | | | | Use global position altitude to report HUD altitude, for consistency.tstellanova2014-10-031-1/+5
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Otherwise the HUD altitude jumps between two very different values.
| * | | | | | | Deactivate FrSky telem by defaultLorenz Meier2014-09-301-1/+1
| | | | | | | |
| * | | | | | | Flash optimizationLorenz Meier2014-09-302-3/+5
| | | | | | | |
| * | | | | | | Merge pull request #1213 from PX4/obcfailsafeLorenz Meier2014-09-3036-141/+2268
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Obc failsafe
| | * | | | | | | commander: update gps and engine cb only when changedThomas Gubler2014-09-302-6/+16
| | | | | | | | |
| | * | | | | | | px4io driver: update cb only when changedThomas Gubler2014-09-301-2/+7
| | | | | | | | |
| | * | | | | | | add and activate circuit breaker for gps failure detectionThomas Gubler2014-09-303-2/+18
| | | | | | | | |
| | * | | | | | | enable engine failure circuit breakerThomas Gubler2014-09-301-1/+1
| | | | | | | | |
| | * | | | | | | remove wrong commentsThomas Gubler2014-09-301-4/+1
| | | | | | | | |
| | * | | | | | | Merge remote-tracking branch 'upstream' into master_obcfailsafeThomas Gubler2014-09-301-10/+7
| | |\ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | Set filter frequency for hardware and software in parallel, always do so in ↵Lorenz Meier2014-09-301-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the same order
| * | | | | | | | mpu6k: set hardware filter during ACCELIOCLOWPASSRandy Mackay2014-09-301-10/+5
| | |_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | also set from GYROIOCLOWPASS Conflicts: mavlink/include/mavlink/v1.0
| | * | | | | | disable flight termination as default for nowThomas Gubler2014-09-281-1/+1
| | | | | | | |
| | * | | | | | increase default engine failure thresholdThomas Gubler2014-09-281-1/+1
| | | | | | | |
| | * | | | | | make geofence update rate independent from positon update rateThomas Gubler2014-09-281-5/+7
| | | | | | | |
| | * | | | | | Merge remote-tracking branch 'upstream/master' into HEADThomas Gubler2014-09-2849-742/+2564
| | |\ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/modules/fw_pos_control_l1/fw_pos_control_l1_main.cpp src/modules/navigator/geofence.cpp src/modules/navigator/mission.cpp
| | * | | | | | commander: move position of gps failure checkThomas Gubler2014-09-221-18/+17
| | | | | | | |
| | * | | | | | navigator: fix status information, remove fence_valid flag (this is handled ↵Thomas Gubler2014-09-222-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | by the geofence class)
| | * | | | | | geofence: better usefeedback if loadedThomas Gubler2014-09-223-1/+11
| | | | | | | |
| | * | | | | | Revert "datalink check: ignore onboard computer"Thomas Gubler2014-09-222-30/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 3f8793210b47bd8e09ed2adaabc2fab966db5df6. Conflicts: src/modules/commander/commander.cpp src/modules/commander/commander_params.c
| | * | | | | | gps failure has priority over engine falure, in case both fail make sureThomas Gubler2014-09-222-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | that the gps failure mode does not turn on the engine
| | * | | | | | fix typo in commentThomas Gubler2014-09-221-1/+1
| | | | | | | |
| | * | | | | | if V_RCL_LT < 0 go directly to terminationThomas Gubler2014-09-222-5/+13
| | | | | | | |
| | * | | | | | flight termination mavlink outtput: limit rateThomas Gubler2014-09-221-2/+7
| | | | | | | |
| | * | | | | | make rc loss timeout a paramThomas Gubler2014-09-222-2/+16
| | | | | | | |
| | * | | | | | engine failure detectionThomas Gubler2014-09-224-4/+95
| | | | | | | |
| | * | | | | | navigator: geofence with global pos: reduce update rateThomas Gubler2014-09-211-1/+5
| | | | | | | |
| | * | | | | | datman: reduce task priorityThomas Gubler2014-09-211-1/+1
| | | | | | | |
| | * | | | | | commander: improve output on gf violationThomas Gubler2014-09-211-0/+4
| | | | | | | |
| | * | | | | | datalink check: ignore onboard computerThomas Gubler2014-09-032-3/+27
| | | | | | | |
| | * | | | | | write sysid & compid to telemetry statusThomas Gubler2014-09-032-0/+4
| | | | | | | |
| | * | | | | | Merge remote-tracking branch 'upstream/master' into obcfailsafeThomas Gubler2014-09-039-75/+216
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/modules/fw_pos_control_l1/fw_pos_control_l1_main.cpp
| | * \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into obcfailsafeThomas Gubler2014-09-026-26/+57
| | |\ \ \ \ \ \ \ | | | | |_|/ / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/modules/fw_pos_control_l1/fw_pos_control_l1_main.cpp
| | * | | | | | | Merge remote-tracking branch 'upstream/master' into obcfailsafeThomas Gubler2014-08-308-29/+43
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch 'termination_failsafe' into obcfailsafeThomas Gubler2014-08-302-28/+37
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/termination_failsafe' into obcfailsafeThomas Gubler2014-08-276-8/+77
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into obcfailsafeThomas Gubler2014-08-2719-60/+159
| | |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | flight termination on gps failure && datalink loss: do not activate in ↵Thomas Gubler2014-08-261-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | manual modes
| | * | | | | | | | | | | fix flight termination circuit breaker name, testedThomas Gubler2014-08-263-3/+3
| | | | | | | | | | | | |
| | * | | | | | | | | | | introduce new nav state to allow normal rtl with RC switchThomas Gubler2014-08-263-2/+6
| | | | | | | | | | | | |
| | * | | | | | | | | | | limit warnx output on flight terminationThomas Gubler2014-08-251-2/+10
| | | | | | | | | | | | |
| | * | | | | | | | | | | Merge remote-tracking branch 'upstream/master' into obcfailsafeThomas Gubler2014-08-257-80/+53
| | |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | commander: limit the output of a warnxThomas Gubler2014-08-241-1/+5
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | move flight termination and geofence flags from setpoint triplet to mission ↵Thomas Gubler2014-08-247-40/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | result
| | * | | | | | | | | | | | correctly initialize stay in failsafe flagThomas Gubler2014-08-241-1/+1
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Merge remote-tracking branch 'upstream/master' into obcfailsafeThomas Gubler2014-08-2425-200/+962
| | |\ \ \ \ \ \ \ \ \ \ \ \