-
Notifications
You must be signed in to change notification settings - Fork 297
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support tf_static 2to1 #424
base: foxy
Are you sure you want to change the base?
Conversation
Signed-off-by: pawelirh <[email protected]>
Signed-off-by: pawelirh <[email protected]>
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
Changes
This PR allows to use of
dynamic_bridge
with/tf_static
topic 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_static
message. Furthermore, the ROS publisher wasn't latching the message.