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

How do I build perception_pcl from source?

asked 2012-10-10 14:36:38 -0500

Bryce Hathaway gravatar image

updated 2012-10-10 14:37:43 -0500

I'm trying to get some version of perception_pcl that compiles under ros 1.8.9 (fuerte) perception_pcl in order to satisfy the final dependency for the velodyne stack. The trouble is that the roslocate info perception_pcl gives me a bogus URI:

http://svn.pointclouds.org/ros/trunk/perception_pcl_unstable

Of course I've been able to find tags that are valid references, but those I've selected fail with obscure gcc errors. What would make sense to me is to pull version 1.2.3 of perception_pcl, since that's the version that's listed when you run

apt-cache showpkg ros-fuerte-perception-pcl

I would list the compile errors I saw, but I think it's irrelevant. Someone responsible for the fuerte release should know how the perception_pcl package was built.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2012-10-10 15:26:41 -0500

flamenco gravatar image

You can define which ROS distribution to target on roslocate:

roslocate info --distro=fuerte perception_pcl

This will point you to the correct version of perception_pcl for fuerte:

- svn:
    local-name: perception_pcl
    uri: http://svn.pointclouds.org/ros/tags/perception_pcl_fuerte-1.2.3

Remember to run rosmake perception_pcl with the option --rosdep-install, so any dependencies can be installed before attempting to compile the package.

If this doesn't solve your issue, more information about your OS, ROS version and errors would allow us to provide you a better answer.

edit flag offensive delete link more

Comments

This sounds great, but didn't work for me. First, while I get the same result running the roslocate commnd, the tag doesn't exist. The closest tag is perception_pcl_unstable-1.2.3. Secondly, it doesn't seem like rosmake has a --rosdep-install option.

Bryce Hathaway gravatar image Bryce Hathaway  ( 2012-10-15 07:30:08 -0500 )edit

Question Tools

Stats

Asked: 2012-10-10 14:36:38 -0500

Seen: 621 times

Last updated: Oct 10 '12