ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
When you switch to a new ROS distribution, the build files in your existing working copy trees will not be compatible.
If you have working copies that were previously built using Diamondback, either check out a fresh copy or clean the build directories using make clean
(in each package), or rosmake --pre-clean
(which cleans the dependencies as well).