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

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
このメッセージを削除
このメッセージに返信
著者: User discussions
日付:  
To: User discussions
題目: 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.