Carla: ROS integration

Created on 7 Nov 2017  路  7Comments  路  Source: carla-simulator/carla

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!

feature request help wanted python

Most helpful comment

I have also done a simple ros_bridge for carla, you can test it here: dev/add_ros_bridge

All 7 comments

+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.

My original repo is moved to private since I am developing some work which is buggy and not relevant to this topic. Instead, I post this gist and some message example which may be a little bit helpful for beginners. Hope someone can post more elegant solutions. :)

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

phzeller picture phzeller  路  3Comments

imran514 picture imran514  路  3Comments

AftermathK picture AftermathK  路  3Comments

metaluga145 picture metaluga145  路  4Comments

qixiaoshuai0120 picture qixiaoshuai0120  路  3Comments