-
Notifications
You must be signed in to change notification settings - Fork 206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gzserver segmentation fault #91
Comments
Can you launch your system with a verbose output of gazebo: do you also have gazebo_ros2_control packages built from source? |
Hi, thanks for your inputs. Here is some of the the output of a verbose gazebo run:
Then I additionally cloned gazebo_ros2_control to the colcon workspace (previously I used system install), but got an error building it:
|
I managed to build gazebo_ros2_control by following step 1. in AcutronicRobotics/gym-gazebo2#13 (comment) The gazebo segmentation fault still persists however, producing the same exact verbose output. |
Hello, having the same issue. |
Are you guys trying to compile things that clash on the protobuf compiler version? That's going to be a though nut to crack... I am not sure we can help you from ros2_control, essentially anything using gazebo will be broken. Are you trying to use gym + gazebo + ros2_control? That description seems to apply to ROS Crystal and Ubuntu 18, I'm not sure if it applies to Foxy and Ubuntu20 as well. |
The compilation errors were solved by following the link referenced in my earlier reply #91 (comment) The problem happens on runtime. It possibly still has to do with protobuf. Over the weekend I try to set up everything clean from scratch with a single version of protobuf on my system and report. |
Closing the issue for lack of activity. Feel free to reopen it if needed. |
I have followed the instructions and wanted to try the Gazebo example with
ros2 launch ros2_control_demo_robot rrbot_system_position_only_gazebo.launch.py
Versions as of issue creation time:
The output:
Could anyone help?
The text was updated successfully, but these errors were encountered: