aboutsummaryrefslogtreecommitdiff
path: root/src/modules/uORB/topics/vehicle_control_mode.h
Commit message (Expand)AuthorAgeFilesLines
* vehicle cotnrol mode as msgThomas Gubler2014-12-081-95/+0
* use px4_defines header to distinguish platformRoman Bapst2014-11-111-5/+1
* pulled from PX4 masterRoman Bapst2014-11-101-0/+1
|\
| * support force setpointsThomas Gubler2014-07-171-0/+1
* | Adapted uORB topic files to work with ROS (data stuctures are used but not th...Roman Bapst2014-09-251-0/+4
|/
* Merge branch 'master' into offboard2Anton Babushkin2014-05-161-8/+8
|\
| * Merged beta into paul_estimatorLorenz Meier2014-02-161-10/+11
| |\
| * | AUTOMATED code-style fix on topics. NO MANUAL OR SEMANTIC EDITSLorenz Meier2014-01-121-3/+2
* | | commander: publish vehicle_control_mode for OFFBOARD stateAnton Babushkin2014-02-171-0/+1
| |/ |/|
* | 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
|/
* 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