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

Revision history [back]

You should make sure all your ROS debians are up to date:

sudo apt-get --only-upgrade install ros-hydro-*

And then if you have a catkin workspace, I would rebuild it entirely by removing the build and devel directories and rebuilding.

You should make sure all your ROS debians are up to date:

sudo apt-get update
sudo apt-get --only-upgrade install ros-hydro-*

And then if you have a catkin workspace, I would rebuild it entirely by removing the build and devel directories and rebuilding.