docs: migrate bond traffic to per-server topics (#6061 / navigation2#6309) - #935
Open
trippyogi wants to merge 2 commits into
Open
docs: migrate bond traffic to per-server topics (#6061 / navigation2#6309)#935trippyogi wants to merge 2 commits into
trippyogi wants to merge 2 commits into
Conversation
8 tasks
|
Tick the box to add this pull request to the merge queue (same as
|
Comment on lines
+648
to
+660
| **Migration notes** (atomic upgrade required): | ||
|
|
||
| * Upgrade the lifecycle manager and all managed Nav2 servers together. Mixed | ||
| old/new binaries cannot form bonds because they publish and subscribe on | ||
| different topics. | ||
| * Launch remappings that targeted the old shared ``bond`` topic no longer apply. | ||
| Remap ``bond/<server_name>`` (or a pattern that covers ``bond/*``) instead. | ||
| * Monitoring and diagnostic tools that subscribed to ``/bond`` (or a namespaced | ||
| ``bond``) must subscribe to ``bond/<server_name>`` for each server, or to | ||
| ``bond/*`` if your tooling supports wildcards. | ||
| * Under a non-empty ROS namespace, relative topics resolve as before | ||
| (for example ``/robot/bond/controller_server`` when both peers are in | ||
| ``/robot``). |
Member
There was a problem hiding this comment.
This is TMI and can be removed
SteveMacenski
approved these changes
Aug 3, 2026
Document the atomic-upgrade requirement, remapping/monitoring impact, and namespace behavior for navigation2#6309 / #6061. Signed-off-by: Jeremy <peace@trippyogi.com>
Signed-off-by: Jeremy <peace@trippyogi.com>
trippyogi
force-pushed
the
docs/6309-per-server-bond-topics
branch
from
August 13, 2026 19:52
c3eda87 to
df52709
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Companion
Test plan