aboutsummaryrefslogtreecommitdiff
path: root/src/modules/commander/commander.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merged master into betaLorenz Meier2014-02-011-1/+1
|\
| * Hotfix: Check all channel mappings for valid rangesLorenz Meier2014-02-011-1/+1
* | commander sets vstatus.condition_landed = false for fw systems (until we have...Thomas Gubler2014-02-011-0/+8
* | commander, navigator, mc_att_control, mc_pos_control: code style fixedAnton Babushkin2014-02-011-0/+2
* | Merge branch 'master' into betaAnton Babushkin2014-01-301-2/+2
|\|
| * Revert "Merge pull request #620 from pigeonhunter/stack_sizes"Lorenz Meier2014-01-301-2/+2
* | Merge branch 'master' into betaAnton Babushkin2014-01-301-7/+46
|\|
| * Merged master into lockdown_disableLorenz Meier2014-01-301-2/+2
| |\
| | * Reduced commander main task stack size to 2088. The high-water-mark measured ...Darryl Taylor2014-01-281-1/+1
| | * Reduced low priority thread stack size to 1728. Top indicates the high-water-...Darryl Taylor2014-01-281-1/+1
| * | Teach the commander to arm on the commandlineLorenz Meier2014-01-161-10/+47
| |/
* | global_position topic: added baro_alt, mc_pos_control: SEATBELT mode fixed, u...Anton Babushkin2014-01-281-2/+2
* | vehicle_control_mode publication moved to commander, WIPAnton Babushkin2014-01-271-18/+118
* | commander: minor refactoring current_status -> statusAnton Babushkin2014-01-271-29/+29
* | commander, navigator: failsafe fixes, mavlink messages cleanupAnton Babushkin2014-01-261-40/+29
* | commander: «home position set» condition fixed, failsafe fixes, navigator: ...Anton Babushkin2014-01-261-115/+111
* | commander, navigator: minor cleanup (refactoring), code style fixedAnton Babushkin2014-01-261-2/+17
* | cammander: state machine can now deny current state (e.g. when position lock ...Anton Babushkin2014-01-261-3/+32
* | commander: more user-friendly states indicationAnton Babushkin2014-01-251-7/+36
* | «flighttermination state» replaced by more general «failsafe state»Anton Babushkin2014-01-251-20/+19
* | Use double for lat/lon in vehicle_global_position topic, use filed names lat,...Anton Babushkin2014-01-241-5/+5
* | commander: more robust RC failsafe, but still hotfix, needs to be rewrittenAnton Babushkin2014-01-211-5/+10
* | navigator, commander: RTL and RC failsafe fixesAnton Babushkin2014-01-181-1/+1
* | RTL on RC failsafeAnton Babushkin2014-01-181-0/+8
* | Merge branch 'master' into navigator_new_vectorAnton Babushkin2014-01-141-46/+19
|\|
| * Merged origin/master into batt_fixesLorenz Meier2014-01-071-5/+6
| |\
| * | Track raw battery voltage and filtered battery voltage separately. Estimate r...Anton Babushkin2013-11-111-46/+18
| * | Use discharged current to estimate remaining battery charge if capacity is knownAnton Babushkin2013-11-081-1/+2
* | | navigator: NAV_STATE_INIT removed, minor fixesAnton Babushkin2013-12-311-1/+1
* | | Added NONE = not mapped state for mission and return switchesAnton Babushkin2013-12-301-4/+4
* | | Some mavlink fixes to use vehicle_control_mode, WIPAnton Babushkin2013-12-291-3/+36
* | | Moving nav state from commander to navigator, WIPAnton Babushkin2013-12-291-236/+42
* | | Home position: corrected wrong conversionJulian Oes2013-12-271-1/+1
* | | Home position: use double for lat/lon and float for altitude, set home positi...Julian Oes2013-12-271-13/+7
* | | Merge remote-tracking branch 'upstream/control_groups' into fw_autoland_att_t...Thomas Gubler2013-12-231-2/+2
|\ \ \ | | |/ | |/|
| * | Merge pull request #505 from PX4/rc_failsafeLorenz Meier2013-12-191-2/+2
| |\ \
| | * | commander: bug fixed in failsafeAnton Babushkin2013-11-011-2/+2
| * | | update the commander to only use local pos for landing detection when on rota...Thomas Gubler2013-11-261-3/+4
| | |/ | |/|
* | | temporary workaround to trigger failsafe with remote controlThomas Gubler2013-12-141-0/+10
* | | added simple flight termination state machine which enbales parachute on requestThomas Gubler2013-12-081-1/+18
* | | update the commander to only use local pos for landing detection when on rota...Thomas Gubler2013-11-261-3/+3
* | | Fixedwing: Enable loiter mode, tested in HILJulian Oes2013-11-061-1/+2
|/ /
* / Startup scripts: Start the commander early and let it try to open the mavlink...Julian Oes2013-11-051-10/+7
|/
* Minor bugfix to commander, emits arming sound now on the right occasions. Fix...Lorenz Meier2013-11-011-6/+12
* Hotfix: Announcing important messages via audioLorenz Meier2013-10-281-29/+29
* Merge pull request #483 from PX4/calib_rotationLorenz Meier2013-10-231-24/+30
|\
| * calibration: bugs fixed, mavlink messages cleanupAnton Babushkin2013-10-211-24/+30
* | Fixed bug with fd leak in rc_calibration_checkAnton Babushkin2013-10-221-2/+2
|/
* Merge pull request #446 from PX4/commander_fixesLorenz Meier2013-10-131-17/+5
|\
| * commander: remove duplicate publishing of vehicle_control_mode and actuator_a...Anton Babushkin2013-10-071-17/+5