Re: [ros-users] best practice to install PCL in ROS

Top Pagina
Bijlagen:
Bericht als e-mail
+ (text/plain)
Delete this message
Reply to this message
Auteur: User discussions
Datum:  
Aan: User discussions
Onderwerp: Re: [ros-users] best practice to install PCL in ROS
> In addition we've also noticed lately Radu suggesting installing PCL
> standalone when users reported having problems with PCL in ROS - but
> that can then not be used in ROS right?


I would be interested in this too. I have been trying to use the
latest pcl standalone in conjunction with ROS for the last several
days without success. So far my approach has been to install PCL
(standalone) from svn, reformat my code so it doesn't depend on
pcl_ros, remove pcl and pcl_ros from my manifest.xml, and edit my
CMake file to link against the non-ROS pcl libraries.