Skip to content

Commit 00822a8

Browse files
committed
common: added options for hover vs loiter for DO_REPOSITION
this gives the GCS operator the choice of asking the aircraft to either enter a hover or a fixed wing loiter at the target location. In ArduPilot this is controlled at the moment using the Q_GUIDED_MODE parameter, but it will be much better to be able to control this using a UI element in the FlyTo dialog.
1 parent 6cd16c5 commit 00822a8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

message_definitions/v1.0/common.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3046,6 +3046,10 @@
30463046
<description>Bitmap of options for the MAV_CMD_DO_REPOSITION</description>
30473047
<entry value="1" name="MAV_DO_REPOSITION_FLAGS_CHANGE_MODE">
30483048
<description>The aircraft should immediately transition into guided. This should not be set for follow me applications</description>
3049+
<entry value="2" name="MAV_DO_REPOSITION_FLAGS_VTOL_HOVER">
3050+
<description>If capable, the aircraft should enter a VTOL hover at the target position</description>
3051+
<entry value="4" name="MAV_DO_REPOSITION_FLAGS_FW_LOITER">
3052+
<description>If capable, the aircraft should enter a fixed wing loiter at the target position</description>
30493053
</entry>
30503054
</enum>
30513055
<enum name="SPEED_TYPE">

0 commit comments

Comments
 (0)