Skip to content

Commit

Permalink
bug fix in habitat tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kalyanvasudev authored Sep 21, 2020
1 parent be7ee5d commit f894b3f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_habitat_locobot.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ def test_get_images(create_robot):
],
dtype=np.float32,
)

trans_thresh = 0.05 # meters
angular_thresh = 5 # degrees

@pytest.mark.parametrize("posn", posns)
def test_absolute_position_control(
create_robot, posn,
Expand Down

0 comments on commit f894b3f

Please sign in to comment.