Question regarding Implementation #5061
HarithaKameswari13
started this conversation in
General
Replies: 1 comment 2 replies
-
If your UGV already uses ROS 2 then integrating Autoware should be fine. Is there any specific issue you are worried about ?
You need to create a ROS 2 node that connects to your data lake and publishes some information to Autoware. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Code of Conduct
Contents
I need to implement an automatic valet parking system on a UGV which uses ros2. There is a documenation in autoware website which implements the same in simulation. After implementing would the same thing work for a UGV?.Also I would also need to create a middleware which gives information about free parking sopts, occupied and vehicle can act accordingly. And all these data would be stored in a data lake. How do I implement this. ? Can someone give me some idea to start with this.
Beta Was this translation helpful? Give feedback.
All reactions