Skip to content

Commit bb52e30

Browse files
authored
comment - use markdown in replaced by to fix rendering (mavlink#2137)
1 parent 6ac37cd commit bb52e30

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

message_definitions/v1.0/common.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1254,7 +1254,7 @@
12541254
<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>
12551255
</entry>
12561256
<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_*`"/>
12581258
<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>
12591259
<param index="1" label="ROI Mode" enum="MAV_ROI">Region of interest mode.</param>
12601260
<param index="2" label="WP Index" minValue="0" increment="1">Waypoint index/ target ID. (see MAV_ROI enum)</param>
@@ -1661,7 +1661,7 @@
16611661
<param index="7">Empty</param>
16621662
</entry>
16631663
<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_*`"/>
16651665
<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>
16661666
<param index="1" label="ROI Mode" enum="MAV_ROI">Region of interest mode.</param>
16671667
<param index="2" label="WP Index" minValue="0" increment="1">Waypoint index/ target ID (depends on param 1).</param>
@@ -1706,7 +1706,7 @@
17061706
</entry>
17071707
<!-- this one is messed up! altitude should be param 7, not param4 -->
17081708
<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>
17101710
<description>Mission command to control a camera or antenna mount</description>
17111711
<param index="1" label="Pitch">pitch depending on mount mode (degrees or degrees/second depending on pitch input).</param>
17121712
<param index="2" label="Roll">roll depending on mount mode (degrees or degrees/second depending on roll input).</param>
@@ -2731,7 +2731,7 @@
27312731
</entry>
27322732
</enum>
27332733
<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_*`"/>
27352735
<description>The ROI (region of interest) for the vehicle. This can be
27362736
be used by the vehicle for camera/vehicle attitude alignment (see
27372737
MAV_CMD_NAV_ROI).</description>

0 commit comments

Comments
 (0)