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

Fix loading of stopped goal checker. #342

Merged

Conversation

crdelsey
Copy link
Contributor

The stopped_goal_checker library was not getting the dependency on the libsimple_goal_checker.so set by the ament_target_dependencies call. That call is only appropriate for external package dependencies. Dependencies that internal to the same package need to be specified using standard cmake.

The symptom of this bug was that plugin lib failed to load libstopped_goal_checker.so

I wasn't able to properly test that this plug in stops the robot at the end due to the current defect in AMCL localization. There is a commit ( 91f47ec ) on the integtation-debug2 branch where I've enabled this by default, but I'm not sure if we want to put this on master. I figure on master, we should just set this parameter through the launch file

@mkhansenbot mkhansenbot added the 0 - Critical Critical to project, highest priority label Nov 20, 2018
@mkhansenbot mkhansenbot added this to the November 2018 milestone Nov 20, 2018
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 ef4f163 into ros-navigation:master Nov 20, 2018
@crdelsey crdelsey deleted the stopped_goal_checker_fix branch December 21, 2018 18:58
ghost pushed a commit to logivations/navigation2 that referenced this pull request Mar 7, 2022
* created drone config

* fixes #2

* changes to drone ci
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0 - Critical Critical to project, highest priority
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants