Skip to content

Commit f90354c

Browse files
committed
mavproxy_fieldcheck.py: note that RTL_AUTOLAND should be 2 for fixed-wings
1 parent 553bad1 commit f90354c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MAVProxy/modules/mavproxy_fieldcheck/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ def check_parameters(self, fix=False):
119119

120120
if self.vehicle_type == mavutil.mavlink.MAV_TYPE_FIXED_WING:
121121
want_values["FENCE_ACTION"] = 1 # RTL
122+
want_values["RTL_AUTOLAND"] = 2 # go directly to landing sequence
122123
elif self.vehicle_type == mavutil.mavlink.MAV_TYPE_QUADROTOR:
123124
want_values["FENCE_ACTION"] = 4 # Brake or RTL
124125

0 commit comments

Comments
 (0)