Pitt-RAS / racecar

1 stars 1 forks source link

Planner node does not handle failed plan attempts #24

Closed asaba96 closed 5 years ago

asaba96 commented 5 years ago

On the line below, the planner always returns the path, even if the planner failed to generate one. There should be a check on whether the planner succeeded before publishing an empty path.

https://github.com/Pitt-RAS/racecar/blob/master/src/magellan_motion/src/path_planner/planner_node.cpp#L100

asaba96 commented 5 years ago

Addressed in #29