What is the difference between TransformStamped and PoseStamped
Hello, what is the difference between geometry_msgs/TransformStamped and geometry_msgs/PoseStamped? I know that the first one is used for transformation but is it possible to replace the second one with the first one? I got the geometry_msgs/TransformStamped from vicon_bridge node but actually i need the PoseStamped to represent the pose of the robot and objects. Maybe i miss understand something, any one can help?