mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-18 16:19:23 +08:00
mission_param: remove MIS_YAWMODE
This commit is contained in:
@@ -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)
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user