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
Copy file name to clipboardExpand all lines: planning/autoware_static_centerline_generator/README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,11 +110,11 @@ By default, footprint colors are:
110
110
111
111
When embedding a fixed route from VMB, some routes may fail or produce incomplete centerlines. Common causes and remedies:
112
112
113
-
| Symptom / Error | Cause | What to check |
114
-
|-----------------|--------|----------------|
115
-
|**LaneletsNotConnected**| The lane IDs in the route are not topologically connected (next lanelet of one is not the following in the list). | In VMB, ensure the selected lane sequence is connected in the map (no skipped lanes, correct direction). |
116
-
|**PathNotFound**| Optimization returned no trajectory (e.g. goal_method, very sharp curve, or degenerate lane). | Check `goal_method` and route shape; try a shorter or simpler segment. |
117
-
|**InvalidRoute**| Request had an empty route. | Ensure the route selection in VMB sends at least one lane ID. |
118
-
|**InvalidLanelet**| Start/goal lanelet has no valid centerline (e.g. centerline has fewer than 2 points). | Fix or regenerate the map so that lanelets have valid centerlines. |
119
-
|**Some lanelets with no points**| Optimized path does not pass through every selected lanelet, or points fall outside polygon (e.g. sharp curves). | Check terminal for `PlanPath: lanelet id X has no assigned points`. Adjust route or map; sharp curves may need manual centerline. |
120
-
|**Points outside all lanelets**| Smoothed trajectory lies slightly outside lane polygons (boundaries or optimization). | Terminal logs: `X trajectory point(s) were outside all lanelet polygons`. Points are still assigned to the nearest segment; if embedding looks wrong, simplify the route or check map geometry. |
|**LaneletsNotConnected**| The lane IDs in the route are not topologically connected (next lanelet of one is not the following in the list). | In VMB, ensure the selected lane sequence is connected in the map (no skipped lanes, correct direction).|
116
+
|**PathNotFound**| Optimization returned no trajectory (e.g. goal_method, very sharp curve, or degenerate lane). | Check `goal_method` and route shape; try a shorter or simpler segment.|
117
+
|**InvalidRoute**| Request had an empty route. | Ensure the route selection in VMB sends at least one lane ID.|
118
+
|**InvalidLanelet**| Start/goal lanelet has no valid centerline (e.g. centerline has fewer than 2 points). | Fix or regenerate the map so that lanelets have valid centerlines.|
119
+
|**Some lanelets with no points**| Optimized path does not pass through every selected lanelet, or points fall outside polygon (e.g. sharp curves). | Check terminal for `PlanPath: lanelet id X has no assigned points`. Adjust route or map; sharp curves may need manual centerline.|
120
+
|**Points outside all lanelets**| Smoothed trajectory lies slightly outside lane polygons (boundaries or optimization).| Terminal logs: `X trajectory point(s) were outside all lanelet polygons`. Points are still assigned to the nearest segment; if embedding looks wrong, simplify the route or check map geometry. |
0 commit comments