robust_point_cloud_registration
robust_point_cloud_registration copied to clipboard
pcl_catkin missing
hi, I tried to install the project following the installation instructions. and it need pcl_catkin to build. where to get the right version of pcl_catkin? thanks
I got the same problem and fixed by using the pcl_catkin repository also from ethz-asl.
Specifically, just add this line
- git: {local-name: pcl_catkin, uri: '[email protected]:ethz-asl/pcl_catkin.git', version: 'feature/cmake-v2'}
in install/dependencies.rosinstall file.
- git: {local-name: pcl_catkin, uri: '[email protected]:ethz-asl/pcl_catkin.git', version: 'feature/cmake-v2'}
This is not well for me. And I modify it as follow line:
- git: {local-name: pcl_catkin, uri: '[email protected]:ethz-asl/pcl_catkin.git'}
It is solved.