aboutsummaryrefslogtreecommitdiff
path: root/src/modules/uORB/topics/vehicle_control_mode.h
Commit message (Expand)AuthorAgeFilesLines
* Merged beta into paul_estimatorLorenz Meier2014-02-161-10/+11
|\
| * vehicle_control_mode publication moved to commander, WIPAnton Babushkin2014-01-271-16/+3
| * cammander: state machine can now deny current state (e.g. when position lock ...Anton Babushkin2014-01-261-0/+1
| * «flighttermination state» replaced by more general «failsafe state»Anton Babushkin2014-01-251-1/+1
| * navigator: AUTO_READY nav state added, RTL implemented properlyAnton Babushkin2014-01-021-0/+1
| * navigator: MISSION_LOITER and RTL_LOITER modes removedAnton Babushkin2013-12-311-2/+0
| * navigator: NAV_STATE_INIT removed, minor fixesAnton Babushkin2013-12-311-2/+1
| * Moving nav state from commander to navigator, WIPAnton Babushkin2013-12-291-3/+16
| * added simple flight termination state machine which enbales parachute on requestThomas Gubler2013-12-081-0/+1
* | AUTOMATED code-style fix on topics. NO MANUAL OR SEMANTIC EDITSLorenz Meier2014-01-121-3/+2
|/
* commander: remove duplicate publishing of vehicle_control_mode and actuator_a...Anton Babushkin2013-10-071-1/+0
* Full failsafe rewrite.Anton Babushkin2013-08-271-3/+1
* TAKEOFF implemented for multirotors, added altitude check to waypoint navigat...Anton Babushkin2013-08-261-0/+2
* commander, multirotor_pos_control, sdlog2: bugfixesAnton Babushkin2013-08-191-4/+2
* vehicle_control_mode.flag_armed added, reset integrals in multirotor_att_cont...Anton Babushkin2013-08-191-0/+2
* commander, multirotor_pos_control, multirotor_att_control: bugfixesAnton Babushkin2013-08-161-1/+2
* commander: don't notify user about rejected disarm to not confuse, flag_contr...Anton Babushkin2013-07-231-0/+1
* Changed location of lots of flags and conditions, needs testing and more workJulian Oes2013-07-161-3/+0
* Renamed actuator_safety back to actuator_armed, compiling but untestedJulian Oes2013-07-151-1/+5
* Controllers should not access state machine anymore but access the vehicle_co...Julian Oes2013-06-151-7/+2
* Introduced new actuator_safety topicJulian Oes2013-06-141-0/+96