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-07-05 17:27:41 -0500

joq gravatar image

If you have compiled packages in the old location, run make clean to regenerate the cmake files.

click to hide/show revision 2
mention --pre-clean option

If you have compiled packages in the old location, run make clean to regenerate the cmake files.

EDIT: To regenerate a list of packages and all their dependencies, run:

rosmake --pre-clean package_name1 package_name2