Skip to content

Commit

Permalink
Update rosbot_gazebo/test/test_utils.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jakub Delicat <[email protected]>
  • Loading branch information
rafal-gorecki and delihus authored Nov 7, 2023
1 parent b1ee506 commit 25b9064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rosbot_gazebo/test/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
class SimulationTestNode(Node):
__test__ = False
# The inaccuracies in measurement uncertainties and wheel slippage
# cause the rosbot_xl_base_controller to determine inaccurate odometry.
# cause the rosbot_base_controller to determine inaccurate odometry.
ACCURACY = 0.10 # 10% accuracy

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

0 comments on commit 25b9064

Please sign in to comment.