astuff / ibeo_lux

ROS Driver for Ibeo LUX and LUX Fusion Sensors
MIT License
12 stars 8 forks source link

compile under noetic #21

Open ace-at-git opened 1 year ago

ace-at-git commented 1 year ago

I wanted to work with ibeo_lux under ROS noetic and recognized that the code requires to be build at least with c++14.

I in the ibeo_lux CMakeList.txt to change the compile options to: add_definitions(-std=c++14 -Wall -Wextra -DBUILD_ROS)

In order to make this code build under noetic I also changed the compile options for ibeo_core in CMakeList.txt to: add_compile_options(-std=c++14)

I generated also an issue for ibeo_core.

It would be nice if someone can take take of this to enable working under noetic. :-)

Regards

Bernd

icolwell-as commented 1 year ago

Hi @ace-at-git, thanks for sharing your findings! Feel free to open a PR if you like, this driver is no longer actively maintained, but small changes like the ones you mention are easy to review and merge.