ros_foxglove_msgs/FrameTransform Message

File: ros_foxglove_msgs/FrameTransform.msg

Raw Message Definition

# foxglove_msgs/msg/FrameTransform
# A transform between two reference frames in 3D space

# Generated by https://github.com/foxglove/schemas

# Timestamp of transform
builtin_interfaces/Time timestamp

# Name of the parent frame
string parent_frame_id

# Name of the child frame
string child_frame_id

# Translation component of the transform
geometry_msgs/Vector3 translation

# Rotation component of the transform
geometry_msgs/Quaternion rotation

Compact Message Definition

builtin_interfaces/Time timestamp
string parent_frame_id
string child_frame_id
geometry_msgs/Vector3 translation
geometry_msgs/Quaternion rotation