Struct PosesInFrame

Struct Documentation

struct PosesInFrame

An array of timestamped poses for an object or reference frame in 3D space.

Public Members

std::optional<foxglove::Timestamp> timestamp

Timestamp of pose.

std::string frame_id

Frame of reference for pose position and orientation.

std::vector<Pose> poses

Poses in 3D space.