High Level mission planning or task planning #2591
-
After trying out the tutorials of planning simulation, I'm thinking about practicing a more realistic scenario that contains several visiting points, say point A to E, where the vehicle
Here's the diagram I have in mind: I think giving checkpoints of Is there any good package for functionality like this ? Thanks. cc: @kminoda |
Beta Was this translation helpful? Give feedback.
Replies: 0 comments 2 replies
-
Currently this function is not supported in Autoware. When the ego is running near the goal, it will stop even if there is a remained path after the goal. |
Beta Was this translation helpful? Give feedback.
-
@soblin Autoware doesn't support circular and return paths currently. Instead, sending a goal multiple times achieves this behavior. |
Beta Was this translation helpful? Give feedback.
@soblin Autoware doesn't support circular and return paths currently.
Circular and return routes are not supported by route search in
mission_planner
. An overwrapped route (e.g. forward and backward) is not tested inbehavior_planner
ormotion_planner
thus may cause unintended behavior.Instead, sending a goal multiple times achieves this behavior.