-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[multirobot - Part2] Add namespacing to nav stack #1147
Conversation
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.
Side note there appears to be a rebasing problem, I'm seeing some other PRs stuff leaking into the github view.
@SteveMacenski Yes, I'm working on rebasing with master and it's taking longer than I anticipated. Some recent change in nav2 breaks my multi-robot example and I haven't found the source of the problem. Will let you know once I'm done so you can continue reviewing. |
I also wouldn't spend too much time trying to fix just the rebase, what's an unideal commit or two between colleagues 😉 |
072bcfc
to
f592145
Compare
be4a43f
to
eebdc8a
Compare
@bpwilcox Prefixing the transforms was actually previously supported and deprecated. There is an ongoing discussion on a replacement: |
03f84fa
to
9cb8638
Compare
Adding a node launcher that put a condition to applying the remappings. Add namespacing of launch files Update namespace of costmap and passing of correct namespace by planner & controller.
eebdc8a
to
0dc160d
Compare
It looks like this PR introduced an uncrustify failure that broke the build on master. Can you submit a PR to fix? The details are here: |
* Extending `rewritten_yaml` to also replace keys. * Adding a node launcher that puts a condition to applying the remappings. * Add namespacing of launch files. * Update namespace of costmap and passing of correct namespace by planner & controller.
Basic Info
Description of contribution in a few bullet points
Extends #1146 adding capability of namespacing the stack (nodes and topics).
rewritten_yaml
to also replace keys