Replies: 3 comments 9 replies
-
It seems The Carla server did not connected. Please try to connect Carla server with "172.17.0.1" |
Beta Was this translation helpful? Give feedback.
5 replies
-
@SEEKERXC @wohu1104 Please look at this question when you are free. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@Leason-ly I see "permission denied" in the screenshot, please make sure the permission is correct. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I've followed your guide to setup. However, there was a problem at the and of the bridge. When I run the
file called "carla_cyber_bridge/bridge.py", I'm confronted with an error.
I1121 07:44:25.121304 7055 global_data.cc:119] [cyber_py] host ip: 172.17.0.2
[2022-11-21 07:44:25,123] [carla_bridge] [INFO]: The config file path is carla_cyber_bridge/config/settings.yaml.
[2022-11-21 07:44:25,125] [carla_bridge] [INFO]: Trying to connect to 172.17.0.2:2000
[2022-11-21 07:44:55,128] [carla_bridge] [ERROR]: Error: time-out of 30000ms while waiting for the simulator, make sure the simulator is ready and connected to 172.17.0.2:2000
Traceback (most recent call last):
File "carla_cyber_bridge/bridge.py", line 487, in
main()
File "carla_cyber_bridge/bridge.py", line 473, in main
carla_world = carla_client.get_world()
RuntimeError: time-out of 30000ms while waiting for the simulator, make sure the simulator is ready and connected to 172.17.0.2:2000
I wish you can help me solve the problem, th-x!
Beta Was this translation helpful? Give feedback.
All reactions