How to build with LibCarla and UE4 content with ROS2 #7254
Unanswered
pravinkmr26
asked this question in
Q&A
Replies: 2 comments 3 replies
-
|
You just need to build and launch CARLA with the next command: Note that this will enable the macro |
Beta Was this translation helpful? Give feedback.
3 replies
-
|
For others: In CARLA 0.9.16 ros2 middleware is supported. During sensor spawning via the python API only enable_for_ros() needs to be called for each actor. The topics can be then subscribed as ROS2 topics, which I tested with ROS2 Humble. |
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.
-
Hi team, I see WITH_ROS2 c++ macro is used in many places, especially the sensor outputs. when I tried enabling the ros2 flag in linux make file I get a bunch of compiler errors, llike fastdds headers are missing, etc. while I can solve them manually, I want to understand, is there any script or specific steps that I need to follow to enable ROS2?
Beta Was this translation helpful? Give feedback.
All reactions