We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcdf088 commit 457b408Copy full SHA for 457b408
tests/test_dynamic_window_approach.py
@@ -19,7 +19,7 @@ def test1(self):
19
20
def test2(self):
21
m.show_animation = False
22
- m.main(gx=1.0, gy=1.0, robot_type='rectangle')
+ m.main(gx=1.0, gy=1.0, robot_type=m.RobotType.rectangle)
23
24
25
if __name__ == '__main__': # pragma: no cover
0 commit comments