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

Fixing linter failures in nav2_util #218

Merged
merged 2 commits into from
Oct 22, 2018

Conversation

crdelsey
Copy link
Contributor

This resolves #71

@@ -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

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?

Copy link
Collaborator

@mkhansenbot mkhansenbot left a 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 👍

@mkhansenbot mkhansenbot merged commit 6dd7091 into ros-navigation:master Oct 22, 2018
@crdelsey crdelsey deleted the morecolcontestfixes branch December 21, 2018 18:59
ghost pushed a commit to logivations/navigation2 that referenced this pull request Mar 7, 2022
…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>
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

Successfully merging this pull request may close these issues.

Fix linter failures in nav2_util
3 participants