aboutsummaryrefslogtreecommitdiff
path: root/src/modules/commander/state_machine_helper.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into obcfailsafeThomas Gubler2014-08-121-1/+1
|\
| * Add fRunPreArmChecks flagDon Gagne2014-08-041-1/+1
| | | | | | | | | | This is to allow unit tests to be written which do not perform pre-arm checks
* | add method to block fallback to missionThomas Gubler2014-07-231-1/+1
|/ | | | | failsafe navigation modes can use a flag in mission_result to tell the commander to not switch back to mission
* Documentation only and unused defines only cleanup.Lorenz Meier2014-07-131-6/+4
|
* Add a check command and fix error reportingLorenz Meier2014-07-111-0/+2
|
* Merge branch 'master' into navigator_rewriteJulian Oes2014-06-271-1/+1
|\ | | | | | | | | | | | | Conflicts: src/modules/commander/commander.cpp src/modules/commander/state_machine_helper.h src/modules/mavlink/mavlink_messages.cpp
| * commander: Make mavlink_fd in arming command non-optionalLorenz Meier2014-06-261-1/+1
| |
* | commander: added some failsafe logicJulian Oes2014-06-181-1/+1
| |
* | commander: modes display fixes, don't activate failsafe while disarmedAnton Babushkin2014-06-171-1/+1
| |
* | commander: failsafe_state removed, replaced with bool failsafe, navigation ↵Anton Babushkin2014-06-161-2/+0
| | | | | | | | state and failsafe determined directly from main state and conditions
* | commander and navigator: lot's of changes, failsafe handling in commander, ↵Julian Oes2014-05-271-12/+4
|/ | | | navigator only for execution (WIP)
* arming_state_transition now outputs error messagesDon Gagne2014-03-161-1/+1
| | | | | If mavlink fd is passed in method will output reason for arming failure to mavlink.
* «flighttermination state» replaced by more general «failsafe state»Anton Babushkin2014-01-251-2/+2
|
* Moving nav state from commander to navigator, WIPAnton Babushkin2013-12-291-6/+3
|
* added simple flight termination state machine which enbales parachute on requestThomas Gubler2013-12-081-0/+4
|
* State machine fixes for HILLorenz Meier2013-10-061-1/+1
|
* Full failsafe rewrite.Anton Babushkin2013-08-271-2/+4
|
* Rejecting arming if safety switch is not in safe position, added reboot commandLorenz Meier2013-08-151-1/+5
|
* commander rewrite almost completed, WIPAnton Babushkin2013-07-311-3/+9
|
* State machine rewritten, compiles, WIPAnton Babushkin2013-07-281-2/+10
|
* Changed location of lots of flags and conditions, needs testing and more workJulian Oes2013-07-161-1/+1
|
* Renamed actuator_safety back to actuator_armed, compiling but untestedJulian Oes2013-07-151-2/+2
|
* Shrinking the main commander file a bitJulian Oes2013-06-251-10/+2
|
* Merge remote-tracking branch 'upstream/io_fixes' into new_state_machineJulian Oes2013-06-181-1/+6
|\ | | | | | | | | | | | | | | | | | | | | Conflicts: src/drivers/px4io/px4io.cpp src/modules/commander/commander.c src/modules/commander/state_machine_helper.c src/modules/commander/state_machine_helper.h src/modules/px4iofirmware/mixer.cpp src/modules/uORB/topics/actuator_controls.h src/modules/uORB/topics/vehicle_status.h
| * Added safety status feedback, disallow arming of a rotary wing with engaged ↵Lorenz Meier2013-06-091-0/+4
| | | | | | | | safety
* | Controllers should not access state machine anymore but access the ↵Julian Oes2013-06-151-2/+2
| | | | | | | | vehicle_control_mode flags
* | Introduced new actuator_safety topicJulian Oes2013-06-141-1/+2
| |
* | Merge remote-tracking branch 'upstream/master' into new_state_machineJulian Oes2013-05-171-154/+6
|/ | | | | | | Conflicts: src/drivers/px4io/px4io.cpp src/modules/commander/commander.c src/modules/commander/state_machine_helper.c
* Merge working changes into export-build branch.px4dev2013-04-261-0/+209