We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In order to build the code successfully I had to replace -std=c++11 by -std=c++14. I had to do this inside
-std=c++11
-std=c++14
Fast-Ground-Segmentation-Based-on-JPC/code/CMakeLists.txt
as well as inside the ROS package
Fast-Ground-Segmentation-Based-on-JPC/jpc_seg/CMakeLists.txt
in case somebody stumbles across the same issue.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In order to build the code successfully I had to replace
-std=c++11
by-std=c++14
.I had to do this inside
as well as inside the ROS package
in case somebody stumbles across the same issue.
The text was updated successfully, but these errors were encountered: