We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 553bad1 commit f90354cCopy full SHA for f90354c
MAVProxy/modules/mavproxy_fieldcheck/__init__.py
@@ -119,6 +119,7 @@ def check_parameters(self, fix=False):
119
120
if self.vehicle_type == mavutil.mavlink.MAV_TYPE_FIXED_WING:
121
want_values["FENCE_ACTION"] = 1 # RTL
122
+ want_values["RTL_AUTOLAND"] = 2 # go directly to landing sequence
123
elif self.vehicle_type == mavutil.mavlink.MAV_TYPE_QUADROTOR:
124
want_values["FENCE_ACTION"] = 4 # Brake or RTL
125
0 commit comments