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
I've searched other issues and no duplicate issues were found.
I'm convinced that this is not my fault but a bug.
Description
Background:
In Lanelet2, the centerline guides the vehicle’s path, but its current use in Autoware causes issues such as inaccurate object path predictions and incorrect Frenet frame transformations. To address these, overwriteLaneletsCenterlineWithWaypoints converts the centerline into waypoints for ego path planning, solving the issues but making Autoware's centerline usage harder to interpret. In contrast, overwriteLaneletsCenterline keeps the explicit centerline but retains the limitations.
Checklist
Description
Background:
In Lanelet2, the centerline guides the vehicle’s path, but its current use in Autoware causes issues such as inaccurate object path predictions and incorrect Frenet frame transformations. To address these, overwriteLaneletsCenterlineWithWaypoints converts the centerline into waypoints for ego path planning, solving the issues but making Autoware's centerline usage harder to interpret. In contrast, overwriteLaneletsCenterline keeps the explicit centerline but retains the limitations.
Link to docs
Issue:
When performing a lane change with an explicit centerline and use_waypoints = true, the trajectory becomes unstable.
Video
Expected behavior
Actual behavior
Steps to reproduce
Versions
No response
Possible causes
Additional context
No response
The text was updated successfully, but these errors were encountered: