Skip to content
Snippets Groups Projects
Commit be108a33 authored by Matthias Grob's avatar Matthias Grob
Browse files

mission_params: remove MIS_YAWMODE reference

This parameter was removed in d704a2d6 and should
not be referenced anymore.
parent cc68775d
No related branches found
No related tags found
No related merge requests found
...@@ -122,7 +122,7 @@ PARAM_DEFINE_INT32(MIS_ALTMODE, 1); ...@@ -122,7 +122,7 @@ PARAM_DEFINE_INT32(MIS_ALTMODE, 1);
/** /**
* Enable yaw control of the mount. (Only affects multicopters and ROI mission items) * Enable yaw control of the mount. (Only affects multicopters and ROI mission items)
* *
* If enabled, yaw commands will be sent to the mount and the vehicle will follow its heading mode as specified by MIS_YAWMODE. * If enabled, yaw commands will be sent to the mount and the vehicle will follow its heading towards the flight direction.
* If disabled, the vehicle will yaw towards the ROI. * If disabled, the vehicle will yaw towards the ROI.
* *
* @value 0 Disable * @value 0 Disable
......
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