aboutsummaryrefslogtreecommitdiff
path: root/src/modules/commander
Commit message (Collapse)AuthorAgeFilesLines
* Warning fixes in commanderLorenz Meier2014-07-011-2/+2
|
* commander: Notify negative on manual arming failsLorenz Meier2014-06-301-0/+1
|
* Merge branch 'warning_fixes_v3' into prearm_checksLorenz Meier2014-06-303-9/+27
|\
| * Re-send the RC config warnings once the GCS is connected, fixed compile warningsLorenz Meier2014-06-303-9/+27
| |
* | Merged master into prearm_checksLorenz Meier2014-06-307-659/+584
|\ \
| * | commander: Minor checks / improvements to power enforce patchLorenz Meier2014-06-302-12/+8
| | |
| * | Merge branch 'master' of github.com:PX4/Firmware into power_enforceLorenz Meier2014-06-302-3/+5
| |\|
| | * Fix compiler warningsDon Gagne2014-06-292-3/+5
| | |
| * | Merged master into power_enforceLorenz Meier2014-06-305-661/+522
| |\|
| | * Merged estimator fixes and mavlink rate config bitsLorenz Meier2014-06-301-1/+0
| | |\
| | | * Merge branch 'navigator_rewrite' into navigator_rewrite_estimatorJulian Oes2014-06-272-12/+9
| | | |\
| | | * \ Merge branch 'navigator_rewrite' into navigator_rewrite_estimatorJulian Oes2014-06-271-4/+26
| | | |\ \
| | | * | | Remove debug output in commander spamming consoleLorenz Meier2014-06-221-1/+0
| | | | | |
| | * | | | More tab fixesDon Gagne2014-06-291-1/+1
| | | | | |
| | * | | | Fix bugs found through compiler warningsDon Gagne2014-06-291-0/+1
| | | |_|/ | | |/| |
| | * | | Merge branch 'master' into navigator_rewriteJulian Oes2014-06-272-12/+9
| | |\ \ \ | | | |_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | Conflicts: src/modules/commander/commander.cpp src/modules/commander/state_machine_helper.h src/modules/mavlink/mavlink_messages.cpp
| | * | | commander: modes fallback and reject messages fixedAnton Babushkin2014-06-251-4/+26
| | | |/ | | |/|
| | * | commander/navigator: renamed FS modes to RTL and RTGS (return to ground station)Julian Oes2014-06-193-10/+9
| | | |
| | * | commander: added some failsafe logicJulian Oes2014-06-184-50/+136
| | | |
| | * | commander: modes display fixes, don't activate failsafe while disarmedAnton Babushkin2014-06-173-26/+64
| | | |
| | * | commander: failsafe_state removed, replaced with bool failsafe, navigation ↵Anton Babushkin2014-06-163-96/+108
| | | | | | | | | | | | | | | | state and failsafe determined directly from main state and conditions
| | * | navigator: renamed the different RTL statesJulian Oes2014-06-122-9/+9
| | | |
| | * | navigator: audio messages about what is happening, RTL during mission not ↵Julian Oes2014-06-061-1/+16
| | | | | | | | | | | | | | | | triggered but after mission
| | * | Merge remote-tracking branch 'px4/master' into navigator_rewriteJulian Oes2014-06-031-1/+1
| | |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: src/modules/navigator/navigator_main.cpp
| | * | | commander: modes and RC loss working nowJulian Oes2014-05-271-32/+37
| | | | |
| | * | | commander and navigator: lot's of changes, failsafe handling in commander, ↵Julian Oes2014-05-273-600/+302
| | | | | | | | | | | | | | | | | | | | navigator only for execution (WIP)
| | * | | Merge branch 'master' into navigator_rewriteJulian Oes2014-05-2611-289/+442
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/drivers/gps/gps.cpp src/drivers/gps/mtk.cpp src/modules/commander/commander.cpp src/modules/ekf_att_pos_estimator/ekf_att_pos_estimator_main.cpp src/modules/navigator/mission.cpp src/modules/navigator/mission.h src/modules/navigator/navigator_main.cpp src/modules/navigator/navigator_state.h src/modules/position_estimator_inav/position_estimator_inav_main.c
| | * \ \ \ Merge remote-tracking branch 'px4/ekf_params' into navigator_cleanup_ekf_paramsJulian Oes2014-05-072-19/+45
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/modules/ekf_att_pos_estimator/fw_att_pos_estimator_main.cpp
| | * \ \ \ \ Merge remote-tracking branch 'px4/ekf_params' into ↵Julian Oes2014-04-271-1/+1
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | navigator_cleanup_ekf_home_init Conflicts: src/drivers/gps/gps.cpp
| | | * | | | | Let commander be less pedantic about positioning dataLorenz Meier2014-04-261-1/+1
| | | | | | | |
| | * | | | | | commander: some HIL commands and land detector cleanupJulian Oes2014-04-271-77/+53
| | | | | | | |
| | * | | | | | Merge remote-tracking branch 'px4/ekf_home_init' into ↵Julian Oes2014-04-261-74/+158
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | navigator_cleanup_ekf_home_init Conflicts: src/modules/commander/commander.cpp src/modules/mc_pos_control/mc_pos_control_main.cpp src/modules/navigator/navigator_main.cpp src/modules/uORB/topics/vehicle_global_position.h
| | | * | | | | | Send current local position estimate as wellLorenz Meier2014-04-261-8/+16
| | | |/ / / / /
| | | * | | | | Merged mpc_rc into ekf_paramsLorenz Meier2014-04-261-121/+194
| | | |\ \ \ \ \
| | | * \ \ \ \ \ Merged home_fixLorenz Meier2014-04-221-3/+2
| | | |\ \ \ \ \ \
| | | | * | | | | | commander: Fix altitude initialisation, do not depend on global pos valid flag.Lorenz Meier2014-04-221-3/+2
| | | | | | | | | |
| | | | * | | | | | Added home position switch on GPS position - gives a more reliable home ↵Lorenz Meier2014-04-211-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | position setup
| | | * | | | | | | Merge branch 'master' of github.com:PX4/Firmware into ekf_paramsLorenz Meier2014-04-221-1/+1
| | | |\ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ Merge branch 'ArmDisarm' of github.com:DonLakeFlyer/Firmware into ekf_paramsLorenz Meier2014-04-216-279/+386
| | | |\ \ \ \ \ \ \ \
| | | * | | | | | | | | Added home position switch on GPS position - gives a more reliable home ↵Lorenz Meier2014-04-201-3/+3
| | | | |_|/ / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | position setup
| | * | | | | | | | | Merge remote-tracking branch 'px4/master' into navigator_cleanupJulian Oes2014-04-266-279/+386
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'px4/master' into navigator_cleanupJulian Oes2014-04-221-1/+1
| | |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|/ / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ROMFS/px4fmu_common/init.d/rcS src/modules/mavlink/mavlink_main.cpp src/modules/mavlink/mavlink_messages.cpp src/modules/mavlink/module.mk src/modules/sdlog2/sdlog2_messages.h
| | * | | | | | | | | | navigator: lot's of cleanup (WIP)Julian Oes2014-04-212-34/+29
| | | | | | | | | | | |
| | * | | | | | | | | | commander: handle_command: do not filter command if componentid == 0Thomas Gubler2014-04-181-1/+1
| | | | | | | | | | | |
| | * | | | | | | | | | commander: handle_command: filter commands by sysid and componentidThomas Gubler2014-04-181-0/+5
| | | | | | | | | | | |
| | * | | | | | | | | | commander: put unsupported warning back in placeJulian Oes2014-04-181-6/+6
| | | | | | | | | | | |
| | * | | | | | | | | | commander: don't beep if message is not understoodJulian Oes2014-04-181-5/+5
| | | | | | | | | | | |
| * | | | | | | | | | | Merge branch 'master' into power_enforceLorenz Meier2014-06-262-12/+12
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | |
| | * | | | | | | | | | Add mavlink_fd to all commander arm transitions to provide user feedback why ↵Lorenz Meier2014-06-261-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the arming command failed
| | * | | | | | | | | | commander: Make mavlink_fd in arming command non-optionalLorenz Meier2014-06-261-1/+1
| | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | |