mission_planner fails when enable_correct_goal_pose param is true #5530
Labels
component:planning
Route planning, decision-making, and navigation. (auto-assigned)
status:stale
Inactive or outdated issues. (auto-assigned)
type:bug
Software flaws or errors.
Checklist
Description
There are 2 reasons for this problem:
enable_correct_goal_pose
is true, the goal_pose is calculated with the closest lanelet to it, disregarding the overlap lanelets. Since this lanelet is not found in theall_route_lanelets
obtained from the route_handler, the error messageGoal is not valid! Please check position and angle of goal_pose
is sent. No route is being generated.overlap-lanes.mp4
Expected behavior
All overlap lanelets should be checked to generate a proper route, the shortest among the possible routes should be selected, and the route should be generated.
Actual behavior
There is a proper route available based on the given start and goal positions, but it is not being generated.
Steps to reproduce
Versions
No response
Possible causes
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: