|
2471 | 2471 | </entry> |
2472 | 2472 | <!-- from ardupilotmega.xml (hence ID is in that range) --> |
2473 | 2473 | <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> |
2475 | 2475 | <param index="1" label="speed type" enum="SPEED_TYPE">Airspeed or groundspeed.</param> |
2476 | 2476 | <param index="2" label="speed target" units="m/s">Target Speed</param> |
2477 | 2477 | <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> |
2482 | 2478 | </entry> |
2483 | 2479 | <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> |
2487 | 2481 | <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> |
2491 | 2482 | <param index="7" label="target alt" units="m">Target Altitude</param> |
2492 | 2483 | </entry> |
2493 | 2484 | <entry value="43002" name="MAV_CMD_GUIDED_CHANGE_HEADING" hasLocation="false" isDestination="false"> |
|
0 commit comments