Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Even though ego is on centerline start_planner is triggered #10237

Open
3 tasks done
mehmetdogru opened this issue Mar 6, 2025 · 0 comments · May be fixed by #10238
Open
3 tasks done

Even though ego is on centerline start_planner is triggered #10237

mehmetdogru opened this issue Mar 6, 2025 · 0 comments · May be fixed by #10238
Assignees
Labels
component:planning Route planning, decision-making, and navigation. (auto-assigned)

Comments

@mehmetdogru
Copy link
Contributor

Checklist

  • I've read the contribution guidelines.
  • I've searched other issues and no duplicate issues were found.
  • I'm convinced that this is not my fault but a bug.

Description

Even though ego is on centerline (custom centerline - "waypoints") start_planner is triggered when;

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.

Image

Image

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

  1. Download the map & scenario: map and scenario.zip

  2. 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:planning Route planning, decision-making, and navigation. (auto-assigned)
Projects
Status: To Triage
Development

Successfully merging a pull request may close this issue.

1 participant