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

Build on Ubuntu 20.04 #70

Open
btalb opened this issue Aug 20, 2021 · 1 comment
Open

Build on Ubuntu 20.04 #70

btalb opened this issue Aug 20, 2021 · 1 comment

Comments

@btalb
Copy link

btalb commented Aug 20, 2021

Much like a number of Kimera dependencies, the ROS package fails to build on Ubuntu 20.04 due to a missing definition of the -std=c++14 flag:

I followed the instructions in the README here to get the same errors. The errors disappeared when adding the following to kimera_semantics_ros/CMakeLists.txt:

add_definitions(-std=c++14)
@Z-Jeff
Copy link

Z-Jeff commented Dec 28, 2021

Thanks, It really works!

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