ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Hello,

I had the exactly the same problem. After one week of trying literally everything, this worked:

sudo apt-get update

sudo apt-get upgrade

There are incompatibilities between versions from different packages inside ros, so upgrading them to the last version solved the issue. Be sure to have the full version of ros:

sudo apt-get install ros-distribution-desktop-full

When I uninstalled Gazebo to later install the updated version, other packages (like ros-pkgs) where uninstalled without me noticing. So, the command above solved those gaps.

Let me know if it helped.