You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guide/copter/guided_mode.rst
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -303,9 +303,13 @@ Send the `MAV_CMD_DO_SET_ROI <http://copter.ardupilot.com/common-mavlink-mission
303
303
vehicle.send_mavlink(msg)
304
304
vehicle.flush()
305
305
306
-
The ROI is "reset" when the mode or the method used to control movement is changed. If you've set a yaw or region-of-interest value then this will be set to the default (vehicle faces the direction of travel).
307
306
308
-
307
+
.. versionadded:: Copter 3.2.1. You can explicitly reset the ROI by sending the
0 commit comments