You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Is there a particular reason why the TF is published directly using a publisher rather than TF Broadcaster? Publishing it with a custom publisher / custom QOS settings does not play nicely with other systems.
Okay, so the real issue is that raw publisher is passed to the realtime_tools::RealtimePublisher, and I don't think there's a RealtimeTFBroadcaster. Should the QOS just get fixed, or is there something else todo with realtime?
Afaik the broadcaster/listener are tfbuffer+publisher/subscriber. We could also just grab the publisher from inside the broadcaster class if that's a possibility in API
Describe the bug
Is there a particular reason why the TF is published directly using a publisher rather than TF Broadcaster? Publishing it with a custom publisher / custom QOS settings does not play nicely with other systems.
To Reproduce
ros2 launch gazebo_ros2_control_demos diff_drive.launch.py
Expected behavior
Full transform from /odom to all other links.
Actual behavior
Full transforms not published, most frequently failing to publish odom -> base_link/chassis (See ros-controls/gazebo_ros2_control#224)
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: