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
Sample package is getting a little bit out of date. Here's a list of things that we should update:
find_package(sb_utils REQUIRED)
sb_utils
find_package(catkin ...
MyClass
MyNode
package.xml
add_definitions(-std=c++14)
set(CMAKE_CXX_STANDARD 17)
CMakeLists.txt
#pragma once
The text was updated successfully, but these errors were encountered:
garethellis0
No branches or pull requests
Sample package is getting a little bit out of date. Here's a list of things that we should update:
find_package(sb_utils REQUIRED)
to justsb_utils
underfind_package(catkin ...
MyClass
toMyNode
package.xml
to the newest versionadd_definitions(-std=c++14)
toset(CMAKE_CXX_STANDARD 17)
inCMakeLists.txt
#pragma once
The text was updated successfully, but these errors were encountered: