robust_point_cloud_registration icon indicating copy to clipboard operation
robust_point_cloud_registration copied to clipboard

pcl_catkin missing

Open robust-lu opened this issue 5 years ago • 2 comments

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

robust-lu avatar May 06 '19 03:05 robust-lu

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.

hongyuli avatar Dec 17 '20 21:12 hongyuli

- 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.

melodybinbin avatar Aug 08 '23 08:08 melodybinbin