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

Install single package from git

asked 2013-11-06 21:46:49 -0500

Hansg91 gravatar image

Hey,

Is it possible, using rosws, to install just a single package from a repository? For example I need just the map_server package form the navigation repository. Right now I clone the entire navigation repository, move the map server out of there and remove the navigation repository again, but there must be a better way?

Best regards, Hans

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2013-11-07 06:10:34 -0500

Dirk Thomas gravatar image

You can only fetch full source repositories from DVCS like GIT / HG (in a reasonable way). But generally you might want to consider to download the latest released version of a package. You can do this using the rosinstall_generator (http://wiki.ros.org/rosinstall_generator).

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2013-11-06 21:46:49 -0500

Seen: 319 times

Last updated: Nov 07 '13