-
Notifications
You must be signed in to change notification settings - Fork 229
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 fails due to PointCloudLibrary needing C++14 #2
Comments
Thanks for ur advice! We will take the advice and update add_definitions(-std=c++11) in CmakeLists to add_definitions(-std=c++14). That will solve the compiling problems in ubuntu 16.04, 18.04 & 20.04. The new version will be released in September. |
robertkurvits
pushed a commit
to DUT-Racing/rslidar_sdk
that referenced
this issue
Feb 14, 2023
…ge-cone-marker feat(sim): add orange cone marker for cv cones
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Following a fresh install on Ubuntu 20.04 on ROS Noetic. The build failed with both cmake and catkin_make. It appears that PointCloudLibrary requires C++14, but C++11 is set by default. I have created this bug to associate it with the pull request generated here:
#1
The text was updated successfully, but these errors were encountered: