Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalzauberzeug committed Sep 25, 2024
1 parent e47c32c commit 5e217c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_navigation.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ async def test_straight_line_with_high_angles(system: System):
await system.driver.wheels.stop()
assert isinstance(system.current_navigation, StraightLineNavigation)
system.current_navigation.length = 1.0
system.gnss.observed_poses.clear()
system.automator.start()
await forward(until=lambda: system.automator.is_running)
await forward(until=lambda: system.automator.is_stopped)
Expand Down

0 comments on commit 5e217c0

Please sign in to comment.