ROBOTIS-GIT / ld08_driver

ROS package for TurtleBot3 LD08 Lidar
Apache License 2.0
6 stars 22 forks source link

Fix CMakeLists to compile driver with Ros2 Humble #4

Open wojciechmadry opened 2 years ago

wojciechmadry commented 2 years ago

Remove '-std=c++11' from CMakeLists.txt. Now driver can compile wih ROS2 Humble

tommy-erko commented 2 years ago

I confirm that this PR fixes compilation with ros-rolling at Ubuntu 22.04 Jammy

javathunderman commented 2 years ago

I can also build the driver on ros-humble with this fix (using Ubuntu 22.04).

CullenSUN commented 1 year ago

I can build with this fix in humble at Ubuntu 22.04