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

[jsk_fetch_startup] Add poke to correct_position.py to avoid diagnostics error #1500

Merged
merged 2 commits into from
Jun 4, 2022

Conversation

708yamaguchi
Copy link
Member

From knorth55#255

Depends on jsk-ros-pkg/jsk_common#1740

In correct_position.py, fetch publishes initialpose topic to amcl node when the following 2 conditions are met.

  • initialpose topic is subscribed by amcl
  • fetch is docking

I this case, even if initialpose is subscribed, it does not necessarily mean that publish is performed.
So I manually call poke() in callback function in addition to publish().

cc @iory @knorth55

@k-okada k-okada merged commit 9bbc323 into jsk-ros-pkg:master Jun 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants