apollo icon indicating copy to clipboard operation
apollo copied to clipboard

How to connect Apollo with Carla?

Open AminoACID123 opened this issue 2 years ago • 1 comments

Hi, I am new to Apollo and I want to use Carla as the simulator to run Apollo. Is there any tutorial I can get start with?

AminoACID123 avatar Sep 10 '22 13:09 AminoACID123

There is a carla bridge, but it may be in disrepair. We may consider fixing or rewriting a bridge in the future. There is currently no ready-made code!

daohu527 avatar Sep 13 '22 15:09 daohu527

https://github.com/AuroAi/carla_apollo_bridge, @daohu527 may refer to this one. @AminoACID123 when you have time, please try it out. I planned to bridge apollo 5.5 to the latest carla but haven't yet time to try it out.

CesarLiu avatar Sep 24 '22 20:09 CesarLiu

@CesarLiu Thanks for your attention, actually I'm going to write a carla_bridge based on https://github.com/carla-simulator/ros-bridge because we already have pycyber.

we can use carla.client to communicate with carla and use pycyber to communicate with apollo

daohu527 avatar Oct 14 '22 04:10 daohu527

we can use carla.client to communicate with carla and use pycyber to communicate with apollo

You can pay attention to the https://github.com/guardstrikelab/carla_apollo_bridge project, which is trying to support the latest co-simulation of apollo and carla, and plans to support OpenScenario 2.0.

meua avatar Jun 08 '23 09:06 meua