Re: [ros-users] ROS Fuerte Beta 1 Now Available

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: User discussions
Date:  
To: ros-users
Subject: Re: [ros-users] ROS Fuerte Beta 1 Now Available
Just to double check...

After tweaking things in the rosdep *.yaml files I was able to do:

rosdep check -a

and get a perfect result.... all dependencies satisfied, etc....

However, when I subsequently ran:

rosmake -a

Some packages failed to build because of the rospack error in the quotes
below (xxx depends on non-existant package pcl).

To me it seems like rospack is *not* using the same dependency mechanism
as rosdep...

so how do I get rospack to recognize that a package is installed? For
instance, does the pcl_ros package need to be installed in
/opt/ros/fuerte or ... ???


On 4/04/2012 6:43 p.m., Ken Conley wrote:
>> >
>> > 4. rosmake appears to happily build the things that don't depend on pcl. I
>> > get a compiler error for pcl_ros and for a bunch of things I get a
>> > dependency error like:
> Same as above
>
>> >
>> > [rosbuild] Building package depth_image_proc
>> > Failed to invoke /opt/ros/fuerte/bin/rospack deps-manifests
>> > depth_image_proc
>> > [rospack] Error: package/stack depth_image_proc depends on non-existent
>> > package pcl
>> >
>> > Ideas on how I should proceed? I'd love to get a clean archlinux install
>> > sorted before fuerte leaves beta...
>> >
>> >