Skip to main content
Version: 20 Mar 2024

MLPose

Geometric relationship between two coordinate frames.

Public Attributes

AngularAcceleration

Angular accleration in radians per second squared.


public MLVec3f AngularAcceleration;

TypeDescription
MLVec3f3D vector in native format.

AngularVelocity

Angular velocity in radians per second.


public MLVec3f AngularVelocity;

TypeDescription
MLVec3f3D vector in native format.

HasDerivatives

Indicate if this pose has derivative values.


public bool HasDerivatives;


LinearAcceleration

The linear acceleration in meters per second squared.


public MLVec3f LinearAcceleration;

TypeDescription
MLVec3f3D vector in native format.

LinearVelocity

The linear velocity in meters per second.


public MLVec3f LinearVelocity;

TypeDescription
MLVec3f3D vector in native format.

OriginTimeNs

Time when this relationship was measured.


public long OriginTimeNs;


PredictTimeNs

Time to which this relationship has been predicted. May be equal to origin_time_ns.


public long PredictTimeNs;


Transform

6-DoF transformation between the two coordinate frames that can be directly used to express source frame coordinates in destination frame coordinates.


public MLTransform Transform;

TypeDescription
MLTransformInformation used to transform from one coordinate frame to another.