Replies: 1 comment
-
|
The Autoware planning architecture is split into:
If you want your |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I plan to drive using the standard Autoware method but also want to switch to camera-based navigation in certain environments along the way.
Currently, using only Autoware, the vehicle navigates well within the PCD map using LiDAR and the vector map.
At the same time, I would like to avoid obstacles based on the camera input.
I want the Autoware control module to follow the local planning path I generated (a 3D path in the same coordinate frame as Autoware map).
Is this possible?
(It seems that in the actual Autoware system, the motion_planning module of the planning stack handles obstacle coordinates.)
If it is possible, could you please tell me which parts need to be modified?
Beta Was this translation helpful? Give feedback.
All reactions