Replacement for message_to_tf in noetic
message_to_tf is no longer available in noetic. What's a good replacement for it?
Context, if helpful: I'm using this package in simulation to test with perfect localization, which I accomplish by publishing Gazebo's /exact_pose
to the TF tree.
One thought was to use
robot_localization
, but is there a simpler replacement?