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

How do I make rosinstall just install the one package I want

asked 2011-04-11 18:20:29 -0500

froody gravatar image

I've gotten used to doing:

roslocate info $package > /tmp/$package.rosinstall; yes s | rosinstall ~/ros /tmp/$package.rosinstall

but this results in rosinstall going through every custom package I've installed and updating it. I have some conflicts in packages that I don't really want to update, so the 'yes s' is necessary so I don't have to babysit the process. This is particularly annoying since my list of installed packages is only going to get bigger as time goes on.

Am I missing something? Is there an easier way to install third-party stacks? rosinstall is so close to being perfect

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
0

answered 2011-04-12 08:16:17 -0500

tfoote gravatar image

There's no option to update just a single checkout as rosinstall's purpose is to achieve the state of the system asked of it by the .rosinstall file.

I would suggest that you can update the .rosinstall file to point to the checkout which you are working against such that it does not conflict anymore. Rosinstall doesn't check for local changes if it has the same URL/branch combo.

edit flag offensive delete link more
2

answered 2011-04-12 03:14:34 -0500

joq gravatar image

You can always just run svn (or git) directly:

$ svn up ~/ros/$package
edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2011-04-11 18:20:29 -0500

Seen: 358 times

Last updated: Apr 12 '11