In src/kestrel_planning/test/test_waypoints.py
create more tests that validate these concepts:
- multiple replans (auto replan without manually retrigger)
a. move goal
b. move goal and start
c. move obstacles
d. move obstacles and move goal and start
- metrics
a. time taken to compute a path
b. time taken to replan
- general improvements
a. for all tests, check if the returned path doesnt contain any obstacles.
In
src/kestrel_planning/test/test_waypoints.pycreate more tests that validate these concepts:
a. move goal
b. move goal and start
c. move obstacles
d. move obstacles and move goal and start
a. time taken to compute a path
b. time taken to replan
a. for all tests, check if the returned path doesnt contain any obstacles.