Frame ids not being captured by ros_gz_bridge when converting gz.msgs.Pose_V->tf2_msgs/msg/TFMessage
Gazebo Pose_V messages have both a "name" and "id" field, but both are lost when transferring them to ROS through ros_gz_bridge, resulting in TFMessage messages with blank frame_id and child_frame_id fields. Is this intended, because the data cannot be cleanly mapped?
Thanks!