Skip to content

Commit 9a17547

Browse files
hamishwilleepeterbarker
authored andcommitted
MAV_CMD_GUIDED_CHANGE_{SPEED/ALTITUDE} - remove ardupilot specific mode info
1 parent 3bd5265 commit 9a17547

1 file changed

Lines changed: 2 additions & 11 deletions

File tree

message_definitions/v1.0/common.xml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2471,23 +2471,14 @@
24712471
</entry>
24722472
<!-- from ardupilotmega.xml (hence ID is in that range) -->
24732473
<entry value="43000" name="MAV_CMD_GUIDED_CHANGE_SPEED" hasLocation="false" isDestination="false">
2474-
<description>Change flight speed at a given rate. This slews the vehicle at a controllable rate between it's previous speed and the new one. (affects GUIDED only. Outside GUIDED, aircraft ignores these commands. Designed for onboard companion-computer command-and-control, not normally operator/GCS control.)</description>
2474+
<description>Change flight speed at a given rate. This slews the vehicle at a controllable rate between it's previous speed and the new one.</description>
24752475
<param index="1" label="speed type" enum="SPEED_TYPE">Airspeed or groundspeed.</param>
24762476
<param index="2" label="speed target" units="m/s">Target Speed</param>
24772477
<param index="3" label="speed rate-of-change" units="m/s/s">Acceleration rate, 0 to take effect instantly</param>
2478-
<param index="4">Empty</param>
2479-
<param index="5">Empty</param>
2480-
<param index="6">Empty</param>
2481-
<param index="7">Empty</param>
24822478
</entry>
24832479
<entry value="43001" name="MAV_CMD_GUIDED_CHANGE_ALTITUDE" hasLocation="false" isDestination="false">
2484-
<description>Change target altitude at a given rate. This slews the vehicle at a controllable rate between it's previous altitude and the new one. (affects GUIDED only. Outside GUIDED, aircraft ignores these commands. Designed for onboard companion-computer command-and-control, not normally operator/GCS control.)</description>
2485-
<param index="1">Empty</param>
2486-
<param index="2">Empty</param>
2480+
<description>Change target altitude at a given rate. This slews the vehicle at a controllable rate between it's previous altitude and the new one.</description>
24872481
<param index="3" label="alt rate-of-change" units="m/s" minValue="0">Rate of change, toward new altitude. 0 for maximum rate change. Positive numbers only, as negative numbers will not converge on the new target alt.</param>
2488-
<param index="4">Empty</param>
2489-
<param index="5">Empty</param>
2490-
<param index="6">Empty</param>
24912482
<param index="7" label="target alt" units="m">Target Altitude</param>
24922483
</entry>
24932484
<entry value="43002" name="MAV_CMD_GUIDED_CHANGE_HEADING" hasLocation="false" isDestination="false">

0 commit comments

Comments
 (0)