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
Similarly to static_transform_publisher, it would be useful to have a transform_publisher that publishes to /tf on a timer (configurable rate). One use case of this would be to publish map -> odom artificially (e.g. if a global localizer is missing).
I've seen the static_transform_publisher being used for this but for me it hasn't worked out for reasons I don't know yet, but regardless, map -> odom should theoretically be on /tf as it's not static
Implementation considerations
The text was updated successfully, but these errors were encountered:
Yes you're right it wouldn't be so hard for the user to create but why not standardize it and avoid this work for ROS users. static_transform_publisher, tf2_echo, etc... are simple scripts but extremely useful. Besides, it's not as simple as that, considering the argument parsing, like is done in static_transform_broadcaster_program.cpp
Feature request
Feature description
Similarly to
static_transform_publisher
, it would be useful to have atransform_publisher
that publishes to/tf
on a timer (configurable rate). One use case of this would be to publish map -> odom artificially (e.g. if a global localizer is missing).I've seen the
static_transform_publisher
being used for this but for me it hasn't worked out for reasons I don't know yet, but regardless, map -> odom should theoretically be on/tf
as it's not staticImplementation considerations
The text was updated successfully, but these errors were encountered: