Replies: 1 comment 1 reply
-
|
Can you more elaborate the situation with some images or figure ? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I am currently trying to use the service call
/api/routing/change_route_pointsto create an overtaking path around a static obstacle. My approach is to assign a goal on the same straight lane, with more than three intermediate waypoints taken from the adjacent lane (extracted from the lanelet2 map).However, the generated path still follows the original straight lane, which will be created if I had assigned only the goal pose
I am wondering if I might be using the service call incorrectly, or if the downstream module of Autoware are ignoring these intermediate waypoints and replanning based solely on the goal.
Any insights or suggestions would be greatly appreciated! Thanks!
Beta Was this translation helpful? Give feedback.
All reactions