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

Help!: rosinstall_generator generating an empty rosinstall file

asked 2013-09-29 08:11:40 -0500

jaspritsgill gravatar image

Hi Everyone,

I am trying to install the Desktop version of Hydro on Mac OS X using Homebrew. I am following the instructions as mentioned on the installation page. But when I try to generate the rosinstall file for downloading and building the ROS stack, my rosinstall_generator command for desktop version generates an empty file with following prompt: No packages/stacks left after applying the exclusions

As mentioned on the installation page, here is the command I used: rosinstall_generator desktop --rosdistro hydro --deps --dry-only > hydro-desktop-dry.rosinstall

I did install rosinstall_generator using pip in the earlier steps. Still, I tried updating it using the pip. Did anyone else face this issue? What am I missing over here?

Thanks, Jasprit

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2013-09-29 20:02:17 -0500

tfoote gravatar image

You're asking for desktop with the --dry-only option. However there are no dry packages in desktop which is why it is giving you an empty list. You should be using --wet-only.

See the instructions here: http://wiki.ros.org/hydro/Installation/OSX/Homebrew/Source for hydro on OS X.

edit flag offensive delete link more

Comments

I am trying to build the rosbuild packages, hence --dry-only. The instructions say that for BARE-BONES no dry packages are required but desktop does. is that changed in hydo? For building catkin wrkspces I did use --wet-only. I will try proceeding if there are no packages for Desktop too.

jaspritsgill gravatar image jaspritsgill  ( 2013-09-30 06:41:11 -0500 )edit

I am having the same issue, trying to install full-desktop. Im getting "No packages/stacks left after applying the exclusions". Is this situation normal?

Artem gravatar image Artem  ( 2013-10-01 18:41:27 -0500 )edit

It seems so. I checked for full-desktop too and I got the same. I guess there are no dry packages for Hydro desktop, as tfoote mentioned. The installation instructions are not updated it seems. I proceeded with the installation with no dry packages and it seems to be working fine so far.

jaspritsgill gravatar image jaspritsgill  ( 2013-10-01 19:40:07 -0500 )edit

The instructions were out of date. That is expected as there are no released rosbuild packages in hydro. I've updated the instructions to make a note and remove the out of date lines.

tfoote gravatar image tfoote  ( 2013-10-01 20:12:44 -0500 )edit

Thanks tfoote!

jaspritsgill gravatar image jaspritsgill  ( 2013-10-03 16:06:07 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2013-09-29 08:11:40 -0500

Seen: 308 times

Last updated: Sep 29 '13

Related questions