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

Only need one package within metapackage

asked 2013-05-07 11:53:13 -0500

TJump gravatar image

How can a single package be selected from a metapackage rather than installing all packages within a metapackage?

Example: Geometry (http://ros.org/wiki/geometry). I only need tf.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2013-05-07 13:55:34 -0500

rtoris288 gravatar image

If you are using the debian packages, simply install the package instead of the metapackage:

sudo apt-get install ros-groovy-tf

edit flag offensive delete link more

Comments

This will only work for catkinized packages.

tfoote gravatar image tfoote  ( 2013-05-07 15:43:43 -0500 )edit

I may have found the issue with this process on a BeagleBone. Apparently there are problems with checking out debian packages onto this ARM device.

TJump gravatar image TJump  ( 2013-05-07 17:32:49 -0500 )edit

So how do we get individual "non-catkinized" packages for the ARM processor/BeagleB?

TJump gravatar image TJump  ( 2013-05-08 07:56:10 -0500 )edit

You download them from source and delete the rest.

tfoote gravatar image tfoote  ( 2013-05-08 08:23:04 -0500 )edit

Question Tools

Stats

Asked: 2013-05-07 11:53:13 -0500

Seen: 247 times

Last updated: May 07 '13