UniversalRobots / Universal_Robots_ROS2_Gazebo_Simulation

BSD 3-Clause "New" or "Revised" License
63 stars 27 forks source link

Gazebo simulation collapsing #52

Closed tera-bytes closed 8 months ago

tera-bytes commented 8 months ago

I'm working on Ubuntu 22.04 with Humble and I followed all installation guidelines. Currently, when I launch gazebo, the simulation of the ur5e begins but slowly folds and collapses. It ends up looking like this:

image

The error in the terminal is this: image All ros2 control packages are installed properly so I'm not sure why it's saying this. This is what shows up on rviz: image When I run ros2 run joint_state_publisher_gui joint_state_publisher_gui, the robot shows up on rviz: image

However, the error and faulty gazebo sim still persists. Any help would be much appreciated! I would also like to note that the simulation + rviz did launch properly for me before but I had to uninstall ubuntu and redo the process of setting up the simulation. After redoing it, I am experiencing these issues. I'm not sure what I did differently but are there any dependencies or extra installation steps I'm missing?