aboutsummaryrefslogtreecommitdiff
path: root/src/modules/commander
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | | | | Use single set of arm/disarm codeDon Gagne2014-03-161-81/+34
| | | |_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Set mode and arm/disarm commands now call a single method to arm disarm, thus removing code duplication. Also calls updated arming_state_transition method such that the arming state logic does not need to be duplicated outside of arming_state_transition.
* | | | | | | | | | Failsafe landing without position control fixedAnton Babushkin2014-04-251-2/+5
| | | | | | | | | |
* | | | | | | | | | Merge branch 'rc_timeout' into mpc_rcAnton Babushkin2014-04-241-2/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | MISSION switch renamed to LOITERAnton Babushkin2014-04-241-2/+2
| | | | | | | | | | |
* | | | | | | | | | | Merge branch 'rc_timeout' into mpc_rcAnton Babushkin2014-04-231-3/+8
|\| | | | | | | | | |
| * | | | | | | | | | commander: don't start RTL on failsafe if landedAnton Babushkin2014-04-231-3/+8
| | | | | | | | | | |
| * | | | | | | | | | Merge branch 'master' into rc_timeoutAnton Babushkin2014-04-221-3/+8
| |\| | | | | | | | | | | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'mpc_local_pos' into mpc_rcAnton Babushkin2014-04-231-1/+1
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' into mpc_local_posAnton Babushkin2014-04-222-9/+16
| |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / | | |/| | | | | | | |
| | * | | | | | | | | commander: Also publish battery status in HIL, since we have a fake battery ↵Lorenz Meier2014-04-221-1/+1
| | | |_|/ / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | available and the system freaks out without knowing its main supply
* | | | | | | | | | Merge branch 'master' into mpc_rcAnton Babushkin2014-04-201-2/+7
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | / / / / / | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | commander: handle_command: do not filter command if componentid == 0Thomas Gubler2014-04-081-1/+1
| | | | | | | | |
| * | | | | | | | commander: handle_command: filter commands by sysid and componentidThomas Gubler2014-04-081-0/+5
| | | | | | | | |
| * | | | | | | | Merge remote-tracking branch 'px4/master' into mavlink_broadcastJulian Oes2014-04-072-17/+10
| |\ \ \ \ \ \ \ \
| * | | | | | | | | commander: put unsupported warning back in placeJulian Oes2014-04-071-6/+6
| | | | | | | | | |
| * | | | | | | | | commander: don't beep if message is not understoodJulian Oes2014-04-031-5/+5
| | | | | | | | | |
* | | | | | | | | | Merge branch 'rc_timeout' into mpc_rcAnton Babushkin2014-04-132-79/+74
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | / / / / / / | | |_|/ / / / / / | |/| | | | | | |
| * | | | | | | | commander: brackets added to return switch checkAnton Babushkin2014-04-091-1/+1
| | | | | | | | |
| * | | | | | | | commander: don't use mode switch if it's not mappedAnton Babushkin2014-04-061-0/+3
| | | | | | | | |
| * | | | | | | | Merge branch 'master' into rc_timeoutAnton Babushkin2014-04-061-6/+8
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| | * | | | | | | Update airspeed calibration routine to account for new signedness optionsLorenz Meier2014-04-051-6/+8
| | | | | | | | |
| * | | | | | | | Merge branch 'failsafe_sbus_cleanup' into rc_timeoutAnton Babushkin2014-04-051-1/+1
| |\| | | | | | |
| * | | | | | | | commander, navigator: use updated manual_control_setpointAnton Babushkin2014-04-031-73/+63
| | | | | | | | |
| * | | | | | | | 'signal_lost' flag added to manual_control_setpoint and rc_channels topics ↵Anton Babushkin2014-04-031-11/+2
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | to indicate signal loss immediately
* | | | | | | | commander: minor comment fixAnton Babushkin2014-04-071-1/+1
| | | | | | | |
* | | | | | | | position_estimator_inav: increase acceptable EPH/EPV, in commander use ↵Anton Babushkin2014-04-071-6/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | EPH/EPV to decide if global position valid
* | | | | | | | commander: home publication fixedAnton Babushkin2014-04-051-2/+2
| | | | | | | |
* | | | | | | | Merge branch 'master' into mpc_local_posAnton Babushkin2014-04-041-11/+2
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Bump RC timeout for all cases to half a secondLorenz Meier2014-04-041-11/+2
| |/ / / / / /
* | | | | | | commander: set home position on arming only if at least 2 s from commander ↵Anton Babushkin2014-04-021-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | start spent
* | | | | | | caommander: setting home position by command implementedAnton Babushkin2014-04-021-3/+48
| | | | | | |
* | | | | | | commander: position timeout increased to 30msAnton Babushkin2014-04-021-1/+1
| | | | | | |
* | | | | | | commander: set home position on armingAnton Babushkin2014-04-021-6/+30
| | | | | | |
* | | | | | | Merge branch 'master' into mpc_local_posAnton Babushkin2014-03-281-1/+10
|\| | | | | |
| * | | | | | commander: workaround to prevent RC loss in HILJulian Oes2014-03-271-1/+10
| | | | | | |
* | | | | | | 'vehicle_global_position' topic updated: removed baro_alt and XXX_valid flags.Anton Babushkin2014-03-271-41/+32
|/ / / / / /
* | | | | | commander: Fixed compile error and some stupidity in usage of path namesLorenz Meier2014-03-161-12/+28
| | | | | |
* | | | | | commander: Skip devices we do not want to touch in HILLorenz Meier2014-03-161-2/+17
| | | | | |
* | | | | | Merged upstream mavlink2_hil branchLorenz Meier2014-03-161-1/+1
|\ \ \ \ \ \
| * | | | | | commander: fixed message formatting when disabling sensors publishing in HIL ↵Anton Babushkin2014-03-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | mode
* | | | | | | commander: Linting: Reduce scope of variableLorenz Meier2014-03-161-1/+2
| | | | | | |
* | | | | | | commander: Improve HIL publication blocking call handlingLorenz Meier2014-03-161-5/+8
|/ / / / / /
* | | | | | Merge branch 'beta' into beta_mavlink2Anton Babushkin2014-03-041-2/+2
|\| | | | |
| * | | | | commander: allow arming with safety enabled in HIL modeAnton Babushkin2014-03-031-1/+1
| | | | | |
| * | | | | commander: ignore battery voltage in HIL modeAnton Babushkin2014-03-031-1/+1
| | | | | |
* | | | | | Merge branch 'beta' into beta_mavlink2Anton Babushkin2014-03-035-96/+93
|\| | | | |
| * | | | | Merge pull request #674 from PX4/safety_disarmjulianoes2014-03-031-5/+7
| |\ \ \ \ \ | | | | | | | | | | | | | | commander: disarm system when safety enabled
| | * | | | | commander: disarm system when safety enabledAnton Babushkin2014-02-171-5/+7
| | | | | | |
| * | | | | | Merge pull request #653 from PX4/fs_beepjulianoes2014-03-035-91/+86
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | Beeps and LED blinks cleanup, beep on RC failsafe added
| | * | | | | commander: tunes cleanup and fixesAnton Babushkin2014-02-112-23/+18
| | | | | | |