You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
start_planner uses calculated centerline to judge whether ego pose is in the middle of the road or not ( isCurrentPoseOnMiddleOfTheRoad ).
❗ Please be aware that in rviz custom centerline is not used to visualize, instead calculated centerline (overwritten centerline) is used. Actually ego is on the centerline.
Expected behavior
If ego is on the centerline (custom or calculated) start_planner should not be triggered whether use_waypoints : true or use_waypoints : false
Actual behavior
Even though ego is on centerline (custom centerline - "waypoints") start_planner is triggered.
Checklist
Description
Even though ego is on centerline (custom centerline - "waypoints")
start_planner
is triggered when;true
start_planner
uses calculated centerline to judge whether ego pose is in the middle of the road or not ( isCurrentPoseOnMiddleOfTheRoad ).❗ Please be aware that in rviz custom centerline is not used to visualize, instead calculated centerline (overwritten centerline) is used. Actually ego is on the centerline.
Expected behavior
If ego is on the centerline (custom or calculated)
start_planner
should not be triggered whether use_waypoints :true
or use_waypoints :false
Actual behavior
Even though ego is on centerline (custom centerline - "waypoints")
start_planner
is triggered.Steps to reproduce
Download the map & scenario: map and scenario.zip
Run the scenario
Versions
No response
Possible causes
start_planner
uses calculated centerline to judge whether ego pose is in the middle of the road or not ( isCurrentPoseOnMiddleOfTheRoad ).Additional context
No response
The text was updated successfully, but these errors were encountered: