| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Hello @tony-p @facontidavide, |
Sorry, something went wrong.
|
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. |
Sorry, something went wrong.
|
Hi @facontidavide, |
Sorry, something went wrong.
|
@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. |
Sorry, something went wrong.
Fix createPublisher() call
|
I merge it, thanks @EricDavidWells |
Sorry, something went wrong.
|
any update on this? I'd like to set QoS in the node params instead of forking my own branch with this change. |
Sorry, something went wrong.
|
@facontidavide Is it possible to add thess changes to the upstream? |
Sorry, something went wrong.
Use rclcpp::QoS objects for service and topic QoS defaults
| Back | FazBrowse Home | New Git URL |
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: