How to use only the planning module #6261
fayyazpocker
started this conversation in
General
Replies: 1 comment 7 replies
-
|
If I understand correctly, you want to reuse the following from Autoware:
Each of these item needs to communicate with your stack using specific interfaces (ROS 2 topics/services). It thus requires your stack to adopt most of Autoware's interfaces, or to have some "bridge" to convert the necessary messages. For example, for the |
Beta Was this translation helpful? Give feedback.
7 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Code of Conduct
Contents
I have an autonomous stack project and the lane driving scenario and parking scenario in the planning part looks promising. I want to use the planner in my stack so that i can get the required trajectory from the planning. I have my own modules relevant for another scenario like offroad for which i want to use the scenario architecture you have and build offroad scenario using that. Also i would like to use the adhoc planning simulation as well as it is also very powerful. What is the best way to do it ? I am trying to do git-sparse checkout only the planning part and relevant dependencies and try to combine with my stack. Is that a good approach or do you suggest a better way to do it ?
Beta Was this translation helpful? Give feedback.
All reactions