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: Converts move_base_simple/goal into a move_base action. #62

Merged
merged 1 commit into from Jul 20, 2020

Conversation

matthias-mayr
Copy link
Contributor

At least MIR software version 2.8 did not react properly to goal messages. This implements a workaround.
Closes #60.

I wasn't entirely sure where to plug this in. dict_filter always output an altered message and in this case, we need to forward the message to different topics. This way it should be transparent for debugging, e.g. with rqt_graph.
There is also the nice side effect that it can print an error message if planner on the MIR is not activated.

Let me know what you think. This PR allows edits.

At least MIR software version 2.8 did not react properly to goal
messages. This implements a workaround.
Closes DFKI-NI#60.
@mintar
Copy link
Member

mintar commented Jul 20, 2020

Thank you, this looks perfect.

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.

None yet

2 participants