aboutsummaryrefslogtreecommitdiff
path: root/src/modules/uORB/topics/offboard_control_setpoint.h
Commit message (Collapse)AuthorAgeFilesLines
* introduce offboard control mode topicThomas Gubler2015-02-281-276/+0
| | | | | | | | | | | | Replace offboard_control_setpoint with offboard_control_mode Remove all setpoint data from the topic as it's not used anymore (setpoint data is directly routed into position/attitude setpoint topics for some time now) Remove mode enum and replace with ignore booleans which map better to the mavlink message Mavlink: Rework parsing of offboard setpoints Commander: in offboard mode set control flags based on ignore flags instead of enum
* support new yaw and yawrate fields in mavlnk position_target messageThomas Gubler2014-08-251-1/+21
|
* offboard: ignore mask cleanupThomas Gubler2014-08-151-8/+82
| | | | | add handling of thrust ignore bit, add defines for the bitnumbers, improve and fix interface to ignore bitmask
* offboard sp: correctly map acceleration/force in combined setpoint to ↵Thomas Gubler2014-08-121-0/+21
| | | | | | | setpoint triple Conflicts: src/modules/uORB/topics/position_setpoint_triplet.h
* offboard setpoints: correctly check for force setpointThomas Gubler2014-08-121-0/+30
|
* support force setpointsThomas Gubler2014-07-171-3/+4
|
* add parsing of external attitude messageThomas Gubler2014-07-151-0/+6
|
* remove commentThomas Gubler2014-07-081-1/+0
|
* WIP, change uorb offboard control sp topicThomas Gubler2014-07-071-11/+23
|
* uorb offboard control topic: add force sp flagThomas Gubler2014-07-031-0/+2
| | | | | The flag has the same meaning as bit 10 of type_mask in MAVLINK_MSG_ID_LOCAL_NED_POSITION_SETPOINT_EXTERNAL
* Update offboard control uorb topicThomas Gubler2014-07-031-9/+27
| | | | Work towards supporting the new external setpoint mavlink messages
* offboard_control_setpoint: armed does not make sense thereJulian Oes2014-06-271-1/+1
|
* AUTOMATED code-style fix on topics. NO MANUAL OR SEMANTIC EDITSLorenz Meier2014-01-121-3/+2
|
* Hotfix: Fixed Doxygen tags for uORB topicsLorenz Meier2013-08-151-5/+5
|
* Moved last libs, drivers and headers, cleaned up IO buildLorenz Meier2013-04-281-0/+94