Uh oh!
There was an error while loading. Please reload this page.
Add QoS configuration to RosNodeParams - #99
Conversation
rafal-gorecki
commented
Oct 24, 2024
Hello @tony-p@facontidavide, |
tony-p
commented
Nov 14, 2024
I'm not a maintainer so can't push this further. My first thought was why not define the qos in the node implementation as it will typically be constant for a particular message type, but on reflection I think adding to the params probably does make more sense. |
rafal-gorecki
commented
Mar 13, 2025
Hi @facontidavide, |
@rafal-gorecki Would love to get this merged, there is a small fix here to merge into this branch: https://github.com/rafal-gorecki/BehaviorTree.ROS2/pull/1/files. |
Fix createPublisher() call
I merge it, thanks @EricDavidWells |
shannonwarren
commented
Feb 5, 2026
any update on this? I'd like to set QoS in the node params instead of forking my own branch with this change. |
delihus
commented
Feb 9, 2026
@facontidavide Is it possible to add thess changes to the upstream? |
Use rclcpp::QoS objects for service and topic QoS defaults
I really like this pkg and the way it was created. Bravo to the authors!
The only thing missing is the ability to set QoS for topics.
By the way, I also added the ability to change the qos_profile for services.
I found other solutions with similar themes, which may be updated if this PR passes: