Skip to content

Fix loading of stopped goal checker.#342

Merged
mkhansenbot merged 1 commit intomasterfrom
unknown repository
Nov 20, 2018
Merged

Fix loading of stopped goal checker.#342
mkhansenbot merged 1 commit intomasterfrom
unknown repository

Conversation

@ghost
Copy link

@ghost ghost commented Nov 17, 2018

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 assigned ghost Nov 20, 2018
@mkhansenbot mkhansenbot merged commit ef4f163 into ros-navigation:master Nov 20, 2018
@ghost ghost 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
mini-1235 pushed a commit to mini-1235/navigation2 that referenced this pull request Feb 5, 2025
* include documentation for python cost api

* fixing style
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.

2 participants