aboutsummaryrefslogtreecommitdiff
path: root/src/modules/commander/commander.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'px4/master' into navigator_rewriteJulian Oes2014-06-031-1/+1
|\ | | | | | | | | Conflicts: src/modules/navigator/navigator_main.cpp
| * do not read out home position in gcs (home position is still displayed)Thomas Gubler2014-06-011-1/+1
| |
* | 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-271-258/+214
| | | | | | | | navigator only for execution (WIP)
* | Merge branch 'master' into navigator_rewriteJulian Oes2014-05-261-147/+220
|\| | | | | | | | | | | | | | | | | | | | | | | | | 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
| * Fixed audio output to provide decent user feedbackLorenz Meier2014-05-231-1/+2
| |
| * commander: Better audio indications on arming reject reasonsLorenz Meier2014-05-231-3/+3
| |
| * Merge pull request #979 from PX4/acro2Lorenz Meier2014-05-201-2/+23
| |\ | | | | | | ACRO mode
| | * commander: allow disarm in ACRO modeAnton Babushkin2014-05-201-1/+1
| | |
| | * Merge branch 'master' into acro2Anton Babushkin2014-05-201-288/+370
| | |\
| | * \ Merge branch 'master' into acro2Anton Babushkin2014-03-081-55/+47
| | |\ \
| | * \ \ Merge branch 'beta' into acro2Anton Babushkin2014-02-041-0/+4
| | |\ \ \
| | * \ \ \ Merge branch 'beta' into acro2Anton Babushkin2014-02-021-10/+50
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'beta' into acro2Anton Babushkin2014-02-011-0/+2
| | |\ \ \ \ \
| | * | | | | | commander: allow disarming in ACRO without landing (as in MANUAL)Anton Babushkin2014-02-011-1/+1
| | | | | | | |
| | * | | | | | ACRO mode implementedAnton Babushkin2014-01-311-4/+31
| | | | | | | |
| * | | | | | | Merge pull request #970 from PX4/flow_no_gpsLorenz Meier2014-05-201-1/+20
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | Allow POSCTL with only PX4FLOW (without GPS)
| | * | | | | | commander: don't require good EPH for local_position_valid, ↵Anton Babushkin2014-05-161-1/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | position_estimator_inav: estimate EPH/EPV and publish it in local position topic
| * | | | | | | commander: missed 'break' in 'switch' addedAnton Babushkin2014-05-171-0/+1
| |/ / / / / /
| * | | | | | commander: Reduce calibration count, minimally reduce stack sizes after ↵Lorenz Meier2014-05-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | careful inspection
| * | | | | | mavlink, commander: Get back close to original stack sizes. Although tests ↵Lorenz Meier2014-05-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | came clean, we do not want to take any chances
| * | | | | | Reduce commander stack size mildlyLorenz Meier2014-05-141-1/+1
| | | | | | |
| * | | | | | Merge remote-tracking branch 'upstream/master' into manualcontrolrenameThomas Gubler2014-05-121-125/+147
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/modules/commander/commander.cpp src/modules/fw_pos_control_l1/fw_pos_control_l1_main.cpp src/modules/uORB/topics/manual_control_setpoint.h
| | * | | | | | Reporting cleanup, use different variables for different state switching ↵Lorenz Meier2014-05-111-41/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | results to avoid being tripped on local / global name scope
| | * | | | | | sensors, commander: code style fixedAnton Babushkin2014-05-111-59/+98
| | | | | | | |
| | * | | | | | ALTCTRL/POSCTRL renamed to ALTCTL/POSCTLAnton Babushkin2014-05-111-23/+23
| | | | | | | |
| | * | | | | | Merge pull request #858 from TickTock-/rc_mergedLorenz Meier2014-05-081-26/+27
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Rc merged
| | | * | | | | | shortened rc_assisted_th to rc_assist_th in case we add a dedicated switch ↵TickTock-2014-04-291-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mapping later
| | | * | | | | | Replaces poshold/althold with posctrl/altctrlTickTock-2014-04-281-23/+23
| | | | | | | | |
| | | * | | | | | renamed EASY to POSHOLD and SEATBELT to ALTHOLDTickTock-2014-04-271-23/+23
| | | | | | | | |
| | | * | | | | | compilesTickTock-2014-04-271-4/+1
| | | | | | | | |
| | | * | | | | | Merged in upstream masterTickTock-2014-04-271-89/+53
| | | |\ \ \ \ \ \
| | | * \ \ \ \ \ \ Merge branch 'mpc_rc' of https://github.com/TickTock-/Firmware into rc_mergedTickTock-2014-04-251-45/+116
| | | |\ \ \ \ \ \ \
| | | * | | | | | | | Added RC_MAP_FAILSAFE parameter for customizing failsafe channel. Default ↵TickTock-2014-04-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to THROTTLE
| | | * | | | | | | | renamed mission_switch to loiter_switch and assisted_switch to easy_switchTickTock-2014-04-221-5/+5
| | | | | | | | | | |
| | | * | | | | | | | Merge branch 'rc_timeout' of https://github.com/TickTock-/Firmware into ↵TickTock-2014-04-221-73/+66
| | | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rc_merged
| * | | | | | | | | | | commander: use new manual control setpoint variable namesThomas Gubler2014-05-121-4/+4
| |/ / / / / / / / / /
* | | | | | | | | | | Merge remote-tracking branch 'px4/ekf_params' into navigator_cleanup_ekf_paramsJulian Oes2014-05-071-6/+42
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/modules/ekf_att_pos_estimator/fw_att_pos_estimator_main.cpp
| * | | | | | | | | | Merge pull request #909 from PX4/failsafe_reportingLorenz Meier2014-05-071-0/+17
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Much better failsafe reporting on failsafe state changes
| | * | | | | | | | | | Much better failsafe reporting on failsafe state changesLorenz Meier2014-05-061-0/+17
| | | | | | | | | | | |
| * | | | | | | | | | | commander: Fix the position failsafe to a) use proper logic to determine if ↵Lorenz Meier2014-05-071-6/+20
| |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | eph / epv are good or not (the previous logic was in some states not initialized) and b) add a hysteresis time - because the check as it was before had zero hysteresis time for a bad eph / epv value
| * | | | / / / / / / Fix in-air restarts, protect against an external MAVLink sender exploiting ↵Lorenz Meier2014-05-061-0/+5
| | |_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | the restart mechanism
| * | | | | | | | | Make commander less pedantic about position statusLorenz Meier2014-04-271-1/+1
| | | | | | | | | |
| * | | | | | | | | Merged mpc_rc with masterLorenz Meier2014-04-271-82/+34
| |\ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ 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
| |\| | | | | | | | | |