interface Pose {
    position: Translation;
    rotation: Rotation;
}

Properties

Properties

position: Translation
rotation: Rotation