This project provides a bridge for communication between the autonomous driving platform Apollo and Carla simulator. Receiving data from Carla, Apollo controls the autonomous vehicle.
Apache License 2.0
53
stars
13
forks
source link
Version mismatch detected: You are trying to connect to a simulator that might be incompatible with this API WARNING: Client API version = 0.9.13-98-g451e4c186-dirty WARNING: Simulator API version = 0.9.13 #7
I have installed the requirements as https://github.com/MaisJamal/carla_apollo_bridge instruted, yet when running carla_apollo_bridge$ python carla-python-0.9.13/util/config.py -m Town03 --host 172.17.0.1
it shows error and the UE window disappeared.
You are trying to connect to a simulator that might be incompatible with this API
WARNING: Client API version = 0.9.13-98-g451e4c186-dirty
WARNING: Simulator API version = 0.9.13
Segment Fault
The cyber_ip and carla-apollo-bridge IP is modified as instruction:
How to solve this problem?
Ubuntu 18.04 Apollo 7.0 Carla 0.9.13
I have installed the requirements as https://github.com/MaisJamal/carla_apollo_bridge instruted, yet when running
carla_apollo_bridge$ python carla-python-0.9.13/util/config.py -m Town03 --host 172.17.0.1
it shows error and the UE window disappeared.