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

Incorporate Frustum culling in ROS PCL-1.5

asked 2013-04-27 10:12:26 -0500

KarthikMurugan gravatar image

I am using PCL which is part of my ROS Fuerte for my applications. The PCL version I have is 1.5 ...

I saw the http://docs.pointclouds.org/trunk/classpcl_1_1_frustum_culling.html (Frustum culling) in filters module. Also it seems to be part of PCL-1.7

I checked my include folders and I dont have any files of frustum culling. Should I upgrade my PCL version of ROS or can I incorporate it in the currentt 1.5 version itself ?

If I have to upgrade, How should I proceed with the upgradation of PCL in ROS Fuerte?? Can anyone provide the steps ??

Thank you

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
2

answered 2013-04-28 00:19:07 -0500

Philip gravatar image

updated 2013-04-28 00:19:54 -0500

As mentioned by tfoote, PCL 1.7 is not yet released. However, there is the "trunk version" of PCL which is not yet considered stable and mature, but will eventually become PCL 1.7.

If you want to use the trunk version, the easiest way is to install it alongside PCL version 1.5 which you already have. See the package provided at http://www.ros.org/wiki/pcl17 which checks out and compiles the current trunk version. You can then use either the ROS PCL (1.5) residing in the pcl namespace or use PCL trunk (pcl17 namespace).

edit flag offensive delete link more
0

answered 2013-04-27 12:16:02 -0500

tfoote gravatar image

1.7 is not released yet. PCL downloads page We hope to integrate 1.7 into hydro, pending an upcoming release of pcl.

If you want newer versions of PCL you can compile them from source as long as you compile everything which depends on it from source as well. If you search for compiling PCL in ros you should get some results such as this question

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-04-27 10:12:26 -0500

Seen: 836 times

Last updated: Apr 28 '13