-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Fixing linter failures in nav2_util #218
Fixing linter failures in nav2_util #218
Conversation
This resolves #71
nav2_util/CMakeLists.txt
Outdated
@@ -87,6 +87,10 @@ install(DIRECTORY include/ | |||
|
|||
if(BUILD_TESTING) | |||
find_package(ament_lint_auto REQUIRED) | |||
# the following line skips the linter which checks for copyrights | |||
# remove the line when a copyright and license is present in all source files |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as my comment on the other PR. Wouldn't it be more accurate to say, "remove the line when all license headers are supported by the copyright checker tool and the linter tests pass," or something like that?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me 👍
…s-navigation#218) * draft * Update nav2_behavior_tree/include/nav2_behavior_tree/plugins/action/set_lift_level_action.hpp Co-authored-by: Johannes Plapp <johannes.plapp@logivations.com> * for lifting low and lowering block waiting * lift with blocking * add waiting for lifted_high when starting driving Co-authored-by: Johannes Plapp <johannes.plapp@logivations.com>
… topics (ros-navigation#218) * Use local topics for publishing joint states * Parameterize local namespace topics. * Unify test structure. * Use get_node() instead of node_ everywhere. * Add missing return in init method. * Update userdoc.rst
This resolves #71