Closed JLBicho closed 5 months ago
Never mind, in my case it was enough to add the following to the CMakeLists.txt
L34: find_package(point_cloud_msg_wrapper REQUIRED)
L124: ament_target_dependencies(smartmicro_radar_node point_cloud_msg_wrapper)
Hello all,
First of all, thank you for working in this package. It was really needed.
Now for the issue, I'm currently working with Ubuntu 22.04 and ROS 2 Humble. I've downloaded this package and executed
./smart_extract.sh
and the output was correct. I've installedpoint_cloud_msg_wrapper
withsudo apt install ros-humble-point-cloud-msg-wrapper
successfully.However, when I try to compile this package, I get the following error:
Is it possible that I'm missing something to install?
Thank you