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

Forside
Vedhæftede filer:
Indlæg som e-mail
+ (text/plain)
Slet denne besked
Besvar denne besked
Skribent: User discussions
Dato:  
Til: User discussions
Emne: 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.