Facing error in launching vehicles in carla #7410
Unanswered
lavish123409
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
I am new to CARLA and ROS. I am trying to run carla-ros-bridge's bridge.py file which I believe launches some actors in the CARLA simulator.
![image](https://private-user-images.githubusercontent.com/57138717/321846978-53bf80e3-f161-4130-8a39-6516a5cdfe1e.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5MTI1NTgsIm5iZiI6MTczODkxMjI1OCwicGF0aCI6Ii81NzEzODcxNy8zMjE4NDY5NzgtNTNiZjgwZTMtZjE2MS00MTMwLThhMzktNjUxNmE1Y2RmZTFlLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA3VDA3MTA1OFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWY3YjE3MWE5ODJjZWQxNTc1YTMyYWIwMGFhYjczY2NmYjYxOGY0ZjdmNWIxYjBhMTdmMTcwMmU2ZjNhZWZmOGUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.z8gUPbYevyh0zYZqYZdwzazmQcQWiHwVDdiVhQovj9E)
But, it was always giving timeout error while connecting to the simulator. On investigating with the tcpdump tool, I found out that even though the packets are moving to and fro in 2000 port of simulator, it is still giving same error.
After this observation, I am completely confused about the issue. If somebody can explain me what is the error and provide a solution or suggest some other approach to debug, then it would be very helpful for me.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions