We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b587872 commit 416db4aCopy full SHA for 416db4a
Tools/autotest/arducopter.py
@@ -6091,10 +6091,10 @@ def GuidedSubModeChange(self):
6091
orig_heading = self.get_heading()
6092
self.fly_guided_move_local(5, 0, 10)
6093
# ensure our heading hasn't changed:
6094
- self.assert_heading(orig_heading)
+ self.assert_heading(orig_heading, accuracy=2)
6095
self.fly_guided_move_local(0, 5, 10)
6096
6097
6098
6099
self.start_subtest("Check target position received by vehicle using SET_MESSAGE_INTERVAL")
6100
self.test_guided_local_position_target(5, 5, 10)
0 commit comments