Conversation
Signed-off-by: pawelirh <pawel.irzyk@husarion.com>
|
Is this already on the main branch for humble? I still cannot latch tf_static messages in ROS 1 Noetic. Both for dynamic and parameter bridge. |
|
The master branch (same as Feel free to use my fork until changes here are not merged. -> https://github.com/hsrn24/ros1_bridge/tree/foxy |
|
Thanks for your reply, but I am only using the parameter_bridge, because I only need a small subset of a large amount of topics bridged. So I guess I need to wait for the fix on the parameter bridge. |
|
I don't think it's gonna happen shortly. However, the Did you check out this link? |
|
Yes I am using the special QoS settings for tf_static from the ros_bridge readme, but still have no success for ROS2 -> ROS1, because it seems that the bridged ROS1 static tfs are not latching publishers. |
0cf4590 to
45dd0d1
Compare
|
I tested this PR with ROS 2 (Humble) <-> ROS 1 (Noetic) and it works correctly. Why is it not merged? |
|
Tested on Jazzy, does not work. |
Changes
This PR allows to use of
dynamic_bridgewith/tf_statictopic in the 2to1 direction of bridging.Due to an invalid qos policy, the ROS2 subscriber created by the bridge was not able to receive the
tf_staticmessage. Furthermore, the ROS publisher wasn't latching the message.