Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compile under noetic #17

Open
ace-at-git opened this issue Dec 2, 2022 · 1 comment
Open

compile under noetic #17

ace-at-git opened this issue Dec 2, 2022 · 1 comment

Comments

@ace-at-git
Copy link

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

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

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

I will generate an issue also for ibeo_lux.

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

Regards

Bernd

@icolwell-as
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants