aboutsummaryrefslogtreecommitdiff
path: root/src/modules/commander/state_machine_helper.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'px4/master' into navigator_cleanupJulian Oes2014-04-261-102/+83
|\
| * Merge pull request #749 from DonLakeFlyer/ArmDisarmLorenz Meier2014-04-261-102/+83
| |\
| | * Fixed bug with transition from in air restore to armedDon Gagne2014-03-271-4/+7
| | * Simpler state transition codeDon Gagne2014-03-261-101/+74
| | * arming_state_transition now outputs error messagesDon Gagne2014-03-161-8/+13
* | | navigator: lot's of cleanup (WIP)Julian Oes2014-04-211-4/+2
|/ /
* | 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
| |/
* | commander: Linting: Reduce scope of variableLorenz Meier2014-03-161-1/+2
* | commander: Improve HIL publication blocking call handlingLorenz Meier2014-03-161-5/+8
|/
* Merged master into betaLorenz Meier2014-02-111-0/+30
|\
| * Fixed bogus return value of publication blocking disableLorenz Meier2014-01-141-3/+2
| * System disables all driver publications it can get hold of once entering HILLorenz Meier2014-01-121-0/+31
* | commander, navigator, mc_att_control, mc_pos_control: code style fixedAnton Babushkin2014-02-011-0/+2
* | vehicle_control_mode publication moved to commander, WIPAnton Babushkin2014-01-271-0/+4
* | state_machine_helper: added missed transition to FAILSAFE_STATE_LAND, transit...Anton Babushkin2014-01-261-1/+12
* | commander, navigator: minor cleanup (refactoring), code style fixedAnton Babushkin2014-01-261-10/+14
* | cammander: state machine can now deny current state (e.g. when position lock ...Anton Babushkin2014-01-261-41/+50
* | «flighttermination state» replaced by more general «failsafe state»Anton Babushkin2014-01-251-30/+28
* | Moving nav state from commander to navigator, WIPAnton Babushkin2013-12-291-182/+7
* | fix wrong usage of navigation state in flighttermination state machineThomas Gubler2013-12-141-1/+1
* | added simple flight termination state machine which enbales parachute on requestThomas Gubler2013-12-081-0/+51
* | enable seatbelt without position lock for non rotary wing vehiclesThomas Gubler2013-11-081-2/+3
|/
* Merge pull request #446 from PX4/commander_fixesLorenz Meier2013-10-131-1/+0
|\
| * commander: remove duplicate publishing of vehicle_control_mode and actuator_a...Anton Babushkin2013-10-071-1/+0
* | State machine fixes for HILLorenz Meier2013-10-061-11/+18
|/
* Merge branch 'fixedwing_l1' of github.com:PX4/Firmware into fixedwing_l1Lorenz Meier2013-09-081-0/+2
|\
| * Fixed HIL mode switching, HIL worksLorenz Meier2013-09-081-0/+2
* | Added additional vector functions, fixed seatbelt for global estimatorsLorenz Meier2013-09-081-4/+6
|/
* commander: switch to AUTO_READY or AUTO_MISSION immediately, don't try to sta...Anton Babushkin2013-08-301-14/+9
* Full failsafe rewrite.Anton Babushkin2013-08-271-7/+23
* TAKEOFF implemented for multirotors, added altitude check to waypoint navigat...Anton Babushkin2013-08-261-0/+1
* mergedLorenz Meier2013-08-191-67/+47
|\
| * vehicle_local_position topic updated, position_estimator_inav and commander f...Anton Babushkin2013-08-181-20/+7
| * commander, multirotor_pos_control, multirotor_att_control: bugfixesAnton Babushkin2013-08-161-48/+41
* | Better transparency in IO mode display, fixes to commander arming, minimum pu...Lorenz Meier2013-08-181-1/+1
* | Make state updates atomic (just to be really, really sure)Lorenz Meier2013-08-171-2/+11
* | Critical voltage now leads to a proper arming state transitionJulian Oes2013-08-161-0/+2
|/
* Rejecting arming if safety switch is not in safe position, added reboot commandLorenz Meier2013-08-151-3/+18
* commander rewrite almost completed, WIPAnton Babushkin2013-07-311-23/+47
* State machine rewritten, compiles, WIPAnton Babushkin2013-07-281-478/+319
* commander: don't notify user about rejected disarm to not confuse, flag_contr...Anton Babushkin2013-07-231-5/+19
* commander: WIP, SEATBELT renamed to ASSISTED, added SIMPLE mode, added ASSIST...Anton Babushkin2013-07-221-14/+52
* moved commander to C++, preparation for better gyro scale calibration respect...Lorenz Meier2013-07-201-0/+763