Closed cyp4x141 closed 2 years ago
Same issue here, tried a lot of things but still get the same build error
Thanks for your discussion.
Hesai has developed their own ROS2 driver and is distributing their own ROS2 driver.
Please enjoy official driver ! https://github.com/HesaiTechnology/HesaiLidar_General_ROS/tree/ROS2
Hi, @joonr7 I try to build this driver on Ubuntu20.04 for ROS2 galactic. Boost version is 1.71.0
$ colcon build
and get this error
I add link for libboost_thread.so and libboost_thread.a in /usr/lib/ , add this
set(CMAKE_CXX_FLAGS "${CAMKE_CXX_FLAGS} -L/usr/lib/x86_64-linux-gnu/ -lboost_thread")
orset(CMAKE_CXX_FLAGS "${CAMKE_CXX_FLAGS} -L/usr/lib/ -lboost_thread")
both not working, still get the same error. Is there any suggestions to build this ros2 driver correctly?
Thanks.