Skip to content

Commit

Permalink
Increase accuracy
Browse files Browse the repository at this point in the history
  • Loading branch information
rafal-gorecki committed Nov 29, 2023
1 parent 0fbd950 commit 3bab4da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rosbot_xl_gazebo/test/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class SimulationTestNode(Node):
__test__ = False
# The inaccuracies in measurement uncertainties and wheel slippage
# cause the rosbot_xl_base_controller to determine inaccurate odometry.
ACCURACY = 0.10 # 10% accuracy
ACCURACY = 0.12 # 12% accuracy

def __init__(self, name="test_node"):
super().__init__(name)
Expand Down

0 comments on commit 3bab4da

Please sign in to comment.