Hi!
Is there any plan of integrating Carla with ROS?
In specific this would allow us to retrieve the state information, sensor data and to send control command to the car.
Probably the easiest way would be to write a ROS node that uses the CARLA client API in python?
Thanks!
+1
+1
We would like to integrate CARLA with ROS at one point, but this may take some time due to our limited resources.
But we are very happy to accept contributed code, if anyone is willing to implement it. For instance, @WenchaoDing in #26 mentioned he is doing something in this direction.
I was also interested in using Carla with ROS. Started catkinizing the binary distribution. A first go at it can be found at https://github.com/mit-drl/carla_binary_catkin. So far, this does not install the Python module (will still look into this).
Update (Mar 12, 2018): The python module is now also properly installed.
I have also done a simple ros_bridge for carla, you can test it here: dev/add_ros_bridge
Almost merged at #301
Most helpful comment
I have also done a simple ros_bridge for carla, you can test it here: dev/add_ros_bridge