RoboSense-LiDAR/rslidar_sdk

Compilation issues while using v1.5.4

zhuyibin10 opened this issue · 1 comments

I download the rslidar_sdk and rs_driver in dev_opt branch.
While compiling with ros2 eloquent, multi errors shows in the line of creating subscription in source_packet_ros.hpp.
image

Here is the error logs.
image
image

Is there any specific version of lib need to install? Or other situation?

Hi, please check if you have put in the driver in the correct path: \rslidar_sdk-dev_opt\src\rs_driver (the original rs_driver folder in sdk is empty)

Also if you are running in ROS2, please check if you have copied the "package_ros2.xml" file and rename it to "package.xml" before compiling your project.
image