aboutsummaryrefslogtreecommitdiff
path: root/src/modules/uORB/topics/vehicle_status.h
Commit message (Collapse)AuthorAgeFilesLines
* introduced vtol_fw_permanent stabilization: allows vtol to be ↵tumbili2014-12-311-0/+2
| | | | attitude-stabilized in manual mode
* is_vtol flag in vehicle_statusThomas Gubler2014-12-181-1/+3
| | | | | Getting rid of the autostart based checks if the system is a vtol Fixes #1503
* extended uORB structs with VTOL specific control topicsRoman Bapst2014-12-021-1/+4
|
* Merge remote-tracking branch 'upstream/master' into PR_RCLossDur2philipoe2014-11-201-1/+1
|\
| * vehicle_status: whitespaceJulian Oes2014-11-101-1/+1
| |
* | commander: Added duration of rc-loss to mavlink_log_critical messagephilipoe2014-10-201-0/+1
|/
* Merge remote-tracking branch 'upstream/master' into ↵Thomas Gubler2014-10-051-1/+15
|\ | | | | | | | | | | | | | | offboard2_externalsetpointmessages Conflicts: src/modules/navigator/navigator.h src/modules/navigator/navigator_main.cpp
| * commander: update gps and engine cb only when changedThomas Gubler2014-09-301-0/+2
| |
| * introduce new nav state to allow normal rtl with RC switchThomas Gubler2014-08-261-0/+1
| |
| * commander: check if baro is healthyThomas Gubler2014-08-241-0/+2
| |
| * failsafe: enable support for commandsThomas Gubler2014-08-141-1/+4
| |
| * Merge remote-tracking branch 'upstream/master' into obcfailsafeThomas Gubler2014-08-011-0/+1
| |\
| * | add simplistic gps failure detectionThomas Gubler2014-07-271-0/+1
| | |
| * | Merge remote-tracking branch 'upstream/master' into obcfailsafeThomas Gubler2014-07-271-1/+1
| |\ \
| * | | define gps loss failsafe nav stateThomas Gubler2014-07-241-0/+1
| | | |
| * | | engine_failure flagThomas Gubler2014-07-241-2/+4
| | | | | | | | | | | | | | | | | | | | Added engine_failure flag to behicle status, alsoset_nav_state in the state machine helper takes this flag into account
| * | | add landengfail nav stateThomas Gubler2014-07-241-0/+1
| | | |
| * | | introduce data link lost counterThomas Gubler2014-07-201-0/+1
| | | |
* | | | Merge remote-tracking branch 'upstream/master' into ↵Thomas Gubler2014-08-111-1/+2
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | offboard2_externalsetpointmessages Conflicts: src/modules/mavlink/mavlink_main.cpp src/modules/mavlink/mavlink_main.h src/modules/mavlink/mavlink_receiver.cpp
| * | | circuit_breakers: added param to disable airspeed checkJulian Oes2014-07-261-0/+1
| | |/ | |/|
| * | update comment about condition_global_position_validThomas Gubler2014-07-241-1/+1
| |/
* / once offboard is set by mavlink command ignore RC modeThomas Gubler2014-07-161-0/+2
|/
* 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
| |_|_|/ / |/| | | |