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

answered 2012-02-24 16:12:24 -0500

joq gravatar image

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).