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 2011-03-07 07:58:39 -0500

joq gravatar image

Running the rosinstall again should work.

It's easiest to use the update option of rosinstall, like this:

$ rosinstall ~/ros

(Assuming you had installed it to ~/ros initially.)

click to hide/show revision 2
add rosmake to answer

Running the rosinstall again should work.

It's easiest to use the update option of rosinstall, like this:

$ rosinstall ~/ros

(Assuming you had installed it to ~/ros initially.)

You probably do not need to rebuild everything, just the parts you actually depend on. To do that, run rosmake on your packages or stacks in the normal way.