What can I help you with?
NVIDIA Holoscan SDK v3.4.0

Struct PoseTreeEdgeHistory::TimedPose

This struct is a nested type of Class PoseTreeEdgeHistory.

struct TimedPose

Helper structure to store the pose at a given time on the edge.

Public Members

Pose3d pose

3D pose that transforms the lhs frame into the rhs frame.

double time

Time of the pose. Needs to be strictly increasing.

version_t version

Version ID of the pose. Needs to be strictly increasing.

bool valid

If false, then it marks the edge as being disconnected from this current time. The pose does not matter.

Previous Struct PoseTree::FrameInfo
Next Struct domain
© Copyright 2022-2025, NVIDIA. Last updated on Jul 1, 2025.