Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoferigo committed Sep 10, 2021
1 parent 87b1951 commit 59fbddd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_scenario/test_velocity_direct.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ def test_velocity_direct(
# Change direction abruptly
assert pivot.set_velocity_target(velocity=-np.pi)
assert gazebo.run()
assert gazebo.run()
assert pivot.velocity() == pytest.approx(-np.pi)

# Go in idle and make it swing
Expand Down

0 comments on commit 59fbddd

Please sign in to comment.