Skip to content
Snippets Groups Projects
Commit d704a2d6 authored by Dennis Mannhart's avatar Dennis Mannhart
Browse files

mission_param: remove MIS_YAWMODE

parent c76621bd
No related branches found
No related tags found
No related merge requests found
......@@ -119,21 +119,6 @@ PARAM_DEFINE_FLOAT(MIS_DIST_WPS, 900);
*/
PARAM_DEFINE_INT32(MIS_ALTMODE, 1);
/**
* Multirotor only. Yaw setpoint mode.
*
* The values are defined in the enum mission_altitude_mode
*
* @min 0
* @max 3
* @value 0 Heading as set by waypoint
* @value 1 Heading towards waypoint
* @value 2 Heading towards home
* @value 3 Heading away from home
* @group Mission
*/
PARAM_DEFINE_INT32(MIS_YAWMODE, 1);
/**
* Enable yaw control of the mount. (Only affects multicopters and ROI mission items)
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment