Skip to content

Commit d986041

Browse files
committed
add test for the rectangle robot type
1 parent 4cedb7a commit d986041

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/test_dynamic_window_approach.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,12 @@ def test1(self):
1717
m.show_animation = False
1818
m.main(gx=1.0, gy=1.0)
1919

20+
def test2(self):
21+
m.show_animation = False
22+
m.main(gx=1.0, gy=1.0, robot_type='rectangle')
23+
2024

2125
if __name__ == '__main__': # pragma: no cover
2226
test = Test()
2327
test.test1()
28+
test.test2()

0 commit comments

Comments
 (0)