ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

How to upgrade diamondback RC to Release? (gentoo)

asked 2011-03-07 06:38:46 -0500

Murph gravatar image

I installed on Gentoo like so: http://www.ros.org/wiki/diamondback/I...

How would I best upgrade things? Do I just need to run the rosinstall line again? Is there some command to rebuild everything that I should run afterwards?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2011-03-07 07:58:39 -0500

joq gravatar image

updated 2011-03-07 08:03:29 -0500

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.

edit flag offensive delete link more

Comments

Note we are transitioning to using versioned rosinstall targets. You can run `rosinstall ~/ros http://URL_OF_ORIGINAL_ROSINSTALL` to get the new version. Where URL_OF_ORIGINAL_ROSINSTALL comes from the part of the wiki page you followed previously.
tfoote gravatar image tfoote  ( 2011-03-10 16:42:05 -0500 )edit

Question Tools

Stats

Asked: 2011-03-07 06:38:46 -0500

Seen: 382 times

Last updated: Mar 07 '11