ros-drivers / velodyne

ROS support for Velodyne 3D LIDARs
http://ros.org/wiki/velodyne
Other
647 stars 643 forks source link

Transform Node - Incorrect Installation Directory #425

Open jmount1992 opened 3 years ago

jmount1992 commented 3 years ago

Please complete the following information:

Describe the bug The transform_node is installed into the global catkin bin directory. This also goes against the documentation in the ROS wiki.

To fix: Change the line in velodyne/velodyne_pointcloud/src/conversions/CMakeLists.txt: From: RUNTIME DESTINATION ${CATKIN_GLOBAL_BIN_DESTINATION} To: RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}

Thanks!

RyodoTanaka commented 2 years ago

I have the same error. And fixed it with the mentioned method.