ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
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.)
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.