enhance parameter bridge enable options for topics#250
enhance parameter bridge enable options for topics#250daisukes wants to merge 6 commits intoros2:masterfrom
Conversation
gonzodepedro
left a comment
There was a problem hiding this comment.
It looks good to me. just a single nit comment. It needs a rebase tough, after running CI.
2401db5 to
ce54891
Compare
fujitatomoya
left a comment
There was a problem hiding this comment.
mostly lgtm, but someone else needs to review.
dirk-thomas
left a comment
There was a problem hiding this comment.
Please run the unit tests of the package which include the linters and address style issues.
|
@daisukes Friendly ping. |
|
@dirk-thomas Thank you for the reminder. I will work on this today. |
|
Do I need to fix the conflict too? |
…ent_local, reliable, and latch) Signed-off-by: Daisuke Sato <daisukes@cmu.edu>
Signed-off-by: Daisuke Sato <daisukes@cmu.edu>
Signed-off-by: Daisuke Sato <daisukes@cmu.edu>
Signed-off-by: Daisuke Sato <daisukes@cmu.edu>
51ceace to
2ab5c92
Compare
Signed-off-by: Daisuke Sato <daisukes@cmu.edu>
Signed-off-by: Daisuke Sato <daisukes@cmu.edu>
|
ros2/design#296 aims to provide a way to configure the QoS from the outside in a generic way. With that approach being the preferred choice I don't think a custom way to configure the bridge is desired. |
|
Linking updated configurable QoS proposal ros2/design#300 |
|
@daisukes does the added functionality satisfy your use case? If so, you may go ahead and close this. |
|
@hidmic, yes for ROS2 galactic. I may want to use |
This enhancement enables parameter_bridge to control the bridge precisely with the following keys. Please see the detail in doc/parameter_bridge.rst
I was struggling with tf_static which is a latched topic in ROS1 but cannot be seen in ROS2.
With specifying transient_local and reliable to true, it can be seen in ROS2 like a latched topic (of course need to use transient_local and reliable for the subscriber).
Signed-off-by: Daisuke Sato daisukes@cmu.edu