aboutsummaryrefslogtreecommitdiff
path: root/src/modules/uORB/topics/vehicle_status.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into offboard2_mergeJulian Oes2014-07-021-0/+4
|\ | | | | | | | | Conflicts: src/modules/uORB/topics/rc_channels.h
| * Merged master into power_enforceLorenz Meier2014-06-301-22/+36
| |\
| * | system status topic: Add support for circuit breakerLorenz Meier2014-05-251-0/+2
| | |
| * | commander: Enforce (in presence of power sensing) that a) system is not ↵Lorenz Meier2014-05-251-0/+2
| | | | | | | | | | | | purely servo rail powered and b) power rail voltage is higher than 4.5V on the main avionics rail
* | | Merge remote-tracking branch 'px4/pr/1058' into navigator_rewrite_offboardJulian Oes2014-06-201-1/+3
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | Conflicts: src/modules/commander/commander.cpp src/modules/commander/state_machine_helper.cpp src/modules/mavlink/mavlink_receiver.cpp src/modules/mavlink/mavlink_receiver.h src/modules/uORB/topics/vehicle_status.h
| * | Merge branch 'master' into offboard2Anton Babushkin2014-05-211-0/+1
| |\|
| * | Merge branch 'master' into offboard2Anton Babushkin2014-05-161-62/+28
| |\ \
| * \ \ Merge branch 'beta' into offboard2Anton Babushkin2014-02-051-0/+1
| |\ \ \
| * \ \ \ Merge branch 'beta' into offboard2Anton Babushkin2014-01-291-6/+12
| |\ \ \ \
| * | | | | OFFBOARD switch added, WIPAnton Babushkin2014-01-221-0/+8
| | | | | |
* | | | | | commander/navigator: renamed FS modes to RTL and RTGS (return to ground station)Julian Oes2014-06-191-3/+2
| | | | | |
* | | | | | commander: added some failsafe logicJulian Oes2014-06-181-0/+2
| | | | | |
* | | | | | commander: modes display fixes, don't activate failsafe while disarmedAnton Babushkin2014-06-171-1/+2
| | | | | |
* | | | | | commander: failsafe_state removed, replaced with bool failsafe, navigation ↵Anton Babushkin2014-06-161-14/+11
| | | | | | | | | | | | | | | | | | | | | | | | state and failsafe determined directly from main state and conditions
* | | | | | navigator: renamed the different RTL statesJulian Oes2014-06-121-18/+19
| | | | | |
* | | | | | commander and navigator: lot's of changes, failsafe handling in commander, ↵Julian Oes2014-05-271-13/+22
| | | | | | | | | | | | | | | | | | | | | | | | navigator only for execution (WIP)
* | | | | | Merge branch 'master' into navigator_rewriteJulian Oes2014-05-261-2/+3
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | | Merge branch 'master' into acro2Anton Babushkin2014-05-201-63/+29
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | ALTCTRL/POSCTRL renamed to ALTCTL/POSCTLAnton Babushkin2014-05-111-2/+2
| | | | | |
| | * | | | Replaces poshold/althold with posctrl/altctrlTickTock-2014-04-281-2/+2
| | | | | |
| | * | | | renamed EASY to POSHOLD and SEATBELT to ALTHOLDTickTock-2014-04-271-2/+2
| | | | | |
| | * | | | Merged mpc_rc with masterLorenz Meier2014-04-271-0/+2
| | |\ \ \ \
| * | \ \ \ \ Merge branch 'beta' into acro2Anton Babushkin2014-02-021-0/+1
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | ACRO mode implementedAnton Babushkin2014-01-311-0/+8
| | |_|_|_|/ | |/| | | |
* | | | | | Merge remote-tracking branch 'px4/master' into navigator_cleanupJulian Oes2014-04-261-0/+2
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Merge pull request #749 from DonLakeFlyer/ArmDisarmLorenz Meier2014-04-261-0/+2
| |\ \ \ \ \ | | | | | | | | | | | | | | Arm/Disarm duplication removal and support for Disarm in VEHICLE_CMD_COMPONENT_ARM_DISARM
| | * | | | | Simpler state transition codeDon Gagne2014-03-261-0/+2
| | | |/ / / | | |/| | | | | | | | | | | | | | | | | | | | | Also fixed ARMING_STATE_ARMED_ERROR->ARMING_STATE_STANDBY_ERROR transition.
* | | | | | navigator: lot's of cleanup (WIP)Julian Oes2014-04-211-4/+9
| |_|_|/ / |/| | | |
* | | | | commander, navigator: use updated manual_control_setpointAnton Babushkin2014-04-031-28/+0
|/ / / /
* | | | Merged beta into paul_estimatorLorenz Meier2014-02-161-16/+18
|\| | |
| * | | Merged master into betaLorenz Meier2014-02-011-0/+1
| |\ \ \ | | |/ / | |/| |
| * | | vehicle_control_mode publication moved to commander, WIPAnton Babushkin2014-01-271-0/+2
| | | |
| * | | cammander: state machine can now deny current state (e.g. when position lock ↵Anton Babushkin2014-01-261-3/+4
| | | | | | | | | | | | | | | | lost during EASY mode), added FAILSAFE_STATE_LAND
| * | | commander: more user-friendly states indicationAnton Babushkin2014-01-251-1/+3
| | | |
| * | | «flighttermination state» replaced by more general «failsafe state»Anton Babushkin2014-01-251-5/+6
| | |/ | |/|
| * | Added NONE = not mapped state for mission and return switchesAnton Babushkin2013-12-301-0/+2
| | |
| * | Moving nav state from commander to navigator, WIPAnton Babushkin2013-12-291-16/+2
| | |
| * | added simple flight termination state machine which enbales parachute on requestThomas Gubler2013-12-081-0/+8
| | |
* | | Merge branch 'master' of github.com:PX4/Firmware into paul_estimatorLorenz Meier2014-02-091-0/+1
|\ \ \ | | |/ | |/|
| * | Improved RC calibration behaviour, fully supported setting trim offsetsLorenz Meier2014-02-011-0/+1
| |/
* / AUTOMATED code-style fix on topics. NO MANUAL OR SEMANTIC EDITSLorenz Meier2014-01-121-25/+24
|/
* Made low/critical warnings consistingJulian Oes2013-08-291-3/+3
|
* Full failsafe rewrite.Anton Babushkin2013-08-271-12/+1
|
* mergedLorenz Meier2013-08-191-2/+2
|\
| * vehicle_local_position topic updated, position_estimator_inav and commander ↵Anton Babushkin2013-08-181-2/+2
| | | | | | | | fixes, only altitude estimate required for SETBELT now.
| * merged master, updated fixed wingLorenz Meier2013-08-161-0/+4
| |\
* | \ Merged masterLorenz Meier2013-08-181-0/+4
|\ \ \ | | |/ | |/|
| * | Hotfix: Fixed Doxygen tags for uORB topicsLorenz Meier2013-08-151-4/+4
| | |
* | | System status load is now from 0 to 1 instead of non-intuitive 0 to 1000Julian Oes2013-08-161-1/+1
| |/ |/|
* | State machine rewritten, compiles, WIPAnton Babushkin2013-07-281-26/+29
| |