-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
AMCL TransformListener reuses node rather than creating its own #538
Conversation
Travis failure |
I'm pretty sure all the PRs are failing the test because of the same issue. I like this change but want @crdelsey to review, as it would probably trump #532. Also, I suspect there are other nodes with the same issue besides AMCL, which is why the test is still failing. |
At least one more place experiencing the same issue is
There is an extra node created here Traceback here
I don't have more time to look into this at the moment. I think this PR is still a good idea, though it looks like #532 will still be needed to make CI green again. |
We had a brief meeting and the team prefers this approach over #532. I'll pick up where you left off and see if I can get this to pass CI tomorrow |
Well, this gets the system test passing in Travis, but broke everything else. I think the other CI builds are broken because I pushed to @sloretz branch, and now they are confused about what branch to pull from. I believe the build failures are not the fault of the changes in this PR. |
There was a problem hiding this 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 and passed the PR CI. I think it's good to merge.
* update collision monitor configuration guide with new param radius_sub_topic Signed-off-by: asarazin <[email protected]> * update migration guide with new param radius_sub_topic for collision monitor Signed-off-by: asarazin <[email protected]> --------- Signed-off-by: asarazin <[email protected]> Co-authored-by: asarazin <[email protected]>
Basic Info
Description of contribution in a few bullet points
amcl
reuse the existing node rather than create its ownamcl
processFuture work that may be required in bullet points