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

Where is the list of groovy variants that I can select?

asked 2012-11-28 22:50:21 -0500

Daniel Pinyol gravatar image

updated 2012-11-29 14:53:03 -0500

Kevin gravatar image

Hi, I'm trying to build groovy on ubuntu 12.4, following www.ros.org/wiki/groovy/Installation/Source .

The following works fine roslocate info ackermann_msgs

but if I try to get info for desktop or desktop-full variants, as described at ros.org/reps/rep-0131.html#variants , I get

~/ros$ roslocate info desktop
cannot locate information about desktop

Where is the list of variants that I can select?

thanks

edit retag flag offensive close merge delete

Comments

thanks! (I have not enough karma to post a comment on the answer) When I run apt-cache search ros-groovy I get many groovy packages, but not the variant one. Maybe because I'm in 32bits and beta is only available for 64?

Daniel Pinyol gravatar image Daniel Pinyol  ( 2012-11-29 02:31:28 -0500 )edit

thanks! When I run apt-cache search ros-groovy I get many groovy packages, but not the variant one. Maybe because I'm in 32bits and beta is only available for 64?

Daniel Pinyol gravatar image Daniel Pinyol  ( 2012-11-29 02:31:29 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
2

answered 2012-11-29 00:37:04 -0500

KruseT gravatar image

roslocate indicates the source or (meta-)packages.

Variants listed in rep-131 will show up as ros-groovy-desktop

when you run

 apt-cache search ros-groovy | grep variant

For a list of packages, there will be a website here where you can use the name of the variant, e.g.: http://packages.ros.org/web/rosinstall/generate/groovy/desktop but this is currently work-in-progress, so expect things to break before groovy release.

Once this is stable, instructions to install from source will be at http://ros.org/wiki/groovy/Installation/Source

edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-11-28 22:50:21 -0500

Seen: 373 times

Last updated: Nov 29 '12