Skip to content

Commit

Permalink
Update test_agv_robots.py
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp1604 committed Dec 13, 2024
1 parent c16ec04 commit 4e354a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_agv_robots.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def test_standard_position_controller(self):
distance, angle, target_angle_error = self.robot._calculate_position_error()

# check if the position error is correct
self.assertAlmostEqual(distance, 0, delta=0.05)
self.assertAlmostEqual(distance, 0, delta=0.06)



Expand Down

0 comments on commit 4e354a6

Please sign in to comment.