Skip to content

fix(qos): align QoS reliability, durability, and history policies across nodes#43

Merged
mxgrey merged 3 commits into
epic/next-gen-basefrom
arjoc/fix/qos
Jul 22, 2026
Merged

fix(qos): align QoS reliability, durability, and history policies across nodes#43
mxgrey merged 3 commits into
epic/next-gen-basefrom
arjoc/fix/qos

Conversation

@arjo129

@arjo129 arjo129 commented Jul 21, 2026

Copy link
Copy Markdown
Member

Bug fix

Fixed bug

Discovered more DDS related issues when using cycloneDDS for testing that dont seem to be caught by our tests on FastRTPS.

Fix applied

  • For ~/odom topic (generated by Nav2/simulators) the default should follow the nav2 convention of /odom as VOLATILE + RELIABLE:
  • For discovery related stuff make sure that the default QoS is transient local.

We should consider consolidating behaviour using some crate that sets constants/python package, so that we don't burn ourselves again.

  • I used a GenAI tool in this PR.
  • I did not use GenAI

Generated-by:

…oss nodes

Signed-off-by: Arjo Chakravarty <arjoc@intrinsic.ai>
Signed-off-by: Arjo Chakravarty <arjoc@intrinsic.ai>
@arjo129
arjo129 marked this pull request as ready for review July 21, 2026 09:20
@mxgrey

mxgrey commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

This fixed the odometry error that I reported here. Now I'm able to see a path be generated, but it remains frozen at that point:

image

It seems like maybe something in the execution system is getting cut off? This happens for both Cyclone and FastDDS, but not for Zenoh.

Signed-off-by: Arjo Chakravarty <arjoc@intrinsic.ai>
@arjo129

arjo129 commented Jul 22, 2026

Copy link
Copy Markdown
Member Author

13c30fb should fix that as the progress of the robot in the demo server is derived from the odometry it outputs. I'll need to put in place some regression testing for this. @luca-della-vedova also suggested using @koonpeng 's REDF package to prevent such pain.

@mxgrey mxgrey left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've confirmed that the QoS changes have fixed the issue that I raised earlier 🎉

@mxgrey
mxgrey merged commit 6db91db into epic/next-gen-base Jul 22, 2026
3 checks passed
@github-project-automation github-project-automation Bot moved this from Inbox to Done in PMC Board Jul 22, 2026
@arjo129 arjo129 linked an issue Jul 23, 2026 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

[Bug] Check cross-DDS support

2 participants