Closed konnoeric closed 3 years ago
Which tutorial?
This is the latest ROS1 branch https://github.com/ros-perception/pointcloud_to_laserscan/tree/lunar-devel
I came from this website. http://wiki.ros.org/pointcloud_to_laserscan
I git cloned this latest ROS1 branch https://github.com/ros-perception/pointcloud_to_laserscan/tree/lunar-devel and did catkin_make but this error below showed. Where can I find a package that I can use it on ROS1?
This workspace contains non-catkin packages in it, and catkin cannot build a non-homogeneous workspace without isolation. Try the 'catkin_make_isolated' command instead. Call Stack (most recent call first): CMakeLists.txt:69 (catkin_workspace)
-- Configuring incomplete, errors occurred! See also "/home/project/catkin_ws/build/CMakeFiles/CMakeOutput.log". See also "/home/project/catkin_ws/build/CMakeFiles/CMakeError.log". Invoking "cmake" failed
@konnoeric your issues are unrelated to this package. I'd encourage you to revisit ROS documentation, particularly documentation on building packages.
I came here from ROS tutorial. Where can I find pointcloud_to_laserscan for ROS1?