Carla 0.9.13 and ros-bridge build failure due to version compatibility
See original GitHub issueEnvironment : Ubuntu 18.0.4 Carla version (tag: 0.9.13) latest. Ros_bridge : latest
I have build ros_bridge successfully using catkin_make. Then ros_bridge launched using roslaunch carla_ros_bridge carla_ros_bridge.launch
Then I got the below error : CARLA python module version 0.9.12 required. Found: 0.9.13
started core service [/rosout]
process[carla_ros_bridge-2]: started with pid [15130]
[INFO] [1648114186.893339, 0.000000]: Trying to connect to localhost:2000
[FATAL] [1648114186.897207, 0.000000]: CARLA python module version 0.9.12 required. Found: 0.9.13
[INFO] [1648114186.898706, 0.000000]: Shutting down...
Traceback (most recent call last):
File "/opt/ros/melodic/lib/python2.7/dist-packages/rospy/core.py", line 572, in signal_shutdown
h()
File "/home/ubuntu/carla-ros-bridge/catkin_ws/src/ros-bridge/carla_ros_bridge/src/carla_ros_bridge/bridge.py", line 349, in destroy
self.shutdown.set()
How I can change version ros_bridge to make it compatible with CARLA 0.9.13 ? Any helpful suggestion is appreciated.
Issue Analytics
- State:
- Created a year ago
- Comments:10
Top Results From Across the Web
ROS bridge installation - CARLA Simulator - Read the Docs
CARLA 0.9.7 or later — Previous versions are not compatible with the ROS bridge. Follow the quick start installation or make the build...
Read more >Carla 0.9.13 Installation Issues - python - Stack Overflow
From the documentation Carla as a pip installable package is only available for python versions 2.7, 3.6, 3.7, and 3.8 .
Read more >Install Carla-ROS Bridge in Ubuntu 18.04 | by Francisco Maria
Please note that only the version 0.9.8 is only compatible with the version 0.9.9 of the simulator. If you don't run the last...
Read more >SECTION 3 - University of Alabama at Birmingham
with machine learning, may create a new approach to improve ... be delayed until after installing CARLA and its ros-bridge due to their...
Read more >carla-ros-bridge error due to Python? - ROS Answers
Please start posting anonymously - your entry will be published after you log in or create a new account. Add Answer ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
just change
ros2_ws/src/ros-bridge/carla_ros_bridge/src/carla_ros_bridge/CARLA_VERSION
to 0.9.13, colcon build and run againHi @SandyWare ,
I have the same problem. Tried to rollback to 0.9.12 with command
sudo pip3 install carla==0.9.12
but then when I run the bridge I get the error: