We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ccc834b + 41850c4 commit b0e115dCopy full SHA for b0e115d
1 file changed
tests/simulator_tests/waypoint_navigation/check_goal.py
@@ -27,7 +27,7 @@
27
goal_ori = data["ori"]
28
29
pos_tol = 0.1 # meters
30
-ori_tol = 0.1 # rad
+ori_tol = 0.2 # rad
31
32
33
class CheckGoalNode(Node):
0 commit comments