|
1254 | 1254 | <param index="7" label="Altitude/Z">Center point altitude (MSL) (if no MAV_FRAME specified) / Z coordinate according to MAV_FRAME. NaN: Use current vehicle altitude.</param>
|
1255 | 1255 | </entry>
|
1256 | 1256 | <entry value="80" name="MAV_CMD_NAV_ROI" hasLocation="true" isDestination="false">
|
1257 |
| - <deprecated since="2018-01" replaced_by="MAV_CMD_DO_SET_ROI_*"/> |
| 1257 | + <deprecated since="2018-01" replaced_by="`MAV_CMD_DO_SET_ROI_*`"/> |
1258 | 1258 | <description>Sets the region of interest (ROI) for a sensor set or the vehicle itself. This can then be used by the vehicle's control system to control the vehicle attitude and the attitude of various sensors such as cameras.</description>
|
1259 | 1259 | <param index="1" label="ROI Mode" enum="MAV_ROI">Region of interest mode.</param>
|
1260 | 1260 | <param index="2" label="WP Index" minValue="0" increment="1">Waypoint index/ target ID. (see MAV_ROI enum)</param>
|
|
1661 | 1661 | <param index="7">Empty</param>
|
1662 | 1662 | </entry>
|
1663 | 1663 | <entry value="201" name="MAV_CMD_DO_SET_ROI" hasLocation="true" isDestination="false">
|
1664 |
| - <deprecated since="2018-01" replaced_by="MAV_CMD_DO_SET_ROI_*"/> |
| 1664 | + <deprecated since="2018-01" replaced_by="`MAV_CMD_DO_SET_ROI_*`"/> |
1665 | 1665 | <description>Sets the region of interest (ROI) for a sensor set or the vehicle itself. This can then be used by the vehicle's control system to control the vehicle attitude and the attitude of various sensors such as cameras.</description>
|
1666 | 1666 | <param index="1" label="ROI Mode" enum="MAV_ROI">Region of interest mode.</param>
|
1667 | 1667 | <param index="2" label="WP Index" minValue="0" increment="1">Waypoint index/ target ID (depends on param 1).</param>
|
|
1706 | 1706 | </entry>
|
1707 | 1707 | <!-- this one is messed up! altitude should be param 7, not param4 -->
|
1708 | 1708 | <entry value="205" name="MAV_CMD_DO_MOUNT_CONTROL" hasLocation="false" isDestination="false">
|
1709 |
| - <deprecated since="2020-01" replaced_by="MAV_CMD_DO_GIMBAL_MANAGER_PITCHYAW">This message is ambiguous and inconsistent. It has been superseded by MAV_CMD_DO_GIMBAL_MANAGER_PITCHYAW and MAV_CMD_DO_SET_ROI_*. The message can still be used to communicate with legacy gimbals implementing it.</deprecated> |
| 1709 | + <deprecated since="2020-01" replaced_by="MAV_CMD_DO_GIMBAL_MANAGER_PITCHYAW">This message is ambiguous and inconsistent. It has been superseded by MAV_CMD_DO_GIMBAL_MANAGER_PITCHYAW and `MAV_CMD_DO_SET_ROI_*` variants. The message can still be used to communicate with legacy gimbals implementing it.</deprecated> |
1710 | 1710 | <description>Mission command to control a camera or antenna mount</description>
|
1711 | 1711 | <param index="1" label="Pitch">pitch depending on mount mode (degrees or degrees/second depending on pitch input).</param>
|
1712 | 1712 | <param index="2" label="Roll">roll depending on mount mode (degrees or degrees/second depending on roll input).</param>
|
|
2731 | 2731 | </entry>
|
2732 | 2732 | </enum>
|
2733 | 2733 | <enum name="MAV_ROI">
|
2734 |
| - <deprecated since="2018-01" replaced_by="MAV_CMD_DO_SET_ROI_*"/> |
| 2734 | + <deprecated since="2018-01" replaced_by="`MAV_CMD_DO_SET_ROI_*`"/> |
2735 | 2735 | <description>The ROI (region of interest) for the vehicle. This can be
|
2736 | 2736 | be used by the vehicle for camera/vehicle attitude alignment (see
|
2737 | 2737 | MAV_CMD_NAV_ROI).</description>
|
|
0 commit comments