Skip to content

Commit e84ece3

Browse files
committed
Tidy clear-ROI text
1 parent ca2e15b commit e84ece3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/guide/copter/guided_mode.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,8 +303,11 @@ Send the `MAV_CMD_DO_SET_ROI <http://copter.ardupilot.com/common-mavlink-mission
303303
vehicle.send_mavlink(msg)
304304
vehicle.flush()
305305
306-
From Copter 3.2.1 you can explicitly reset the ROI by sending the `MAV_CMD_DO_SET_ROI <http://copter.ardupilot.com/common-mavlink-mission-command-messages-mav_cmd/#mav_cmd_do_set_roi>`_ command with zero in all values. The vehicle will then face the direction of travel.
307306
307+
.. versionadded:: Copter 3.2.1. You can explicitly reset the ROI by sending the
308+
`MAV_CMD_DO_SET_ROI <http://copter.ardupilot.com/common-mavlink-mission-command-messages-mav_cmd/#mav_cmd_do_set_roi>`_
309+
command with zero in all parameters. The front of the vehicle will then follow the direction of travel.
310+
308311
The ROI (and yaw) is also reset when the mode, or the command used to control movement, is changed.
309312

310313

0 commit comments

Comments
 (0)