Skip to content

Commit

Permalink
fieldcheck: reduce required fence points to 5
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbarker committed Jul 7, 2024
1 parent 0658dae commit 49d8b4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MAVProxy/modules/mavproxy_fieldcheck/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ def fencepoint_checker(offset, p):

fencemod.apply_function_to_points(fencepoint_checker)

min_fence_points = 6
min_fence_points = 5
if count < min_fence_points:
self.whinge(f"Too few fence points; {count} < {min_fence_points}")
return False
Expand Down

0 comments on commit 49d8b4b

Please sign in to comment.