PST SDK  5.2.0.0-0eac0f6
pstech.pstsdk.target.TargetPose Class Reference

Estimated tracking target pose. More...

+ Inheritance diagram for pstech.pstsdk.target.TargetPose:
+ Collaboration diagram for pstech.pstsdk.target.TargetPose:

Public Member Functions

def __init__ (self, c_pose)
 
def __eq__ (self, other)
 

Public Attributes

 pose
 
- Public Attributes inherited from pstech.pstsdk.target.Target
 name
 
 uuid
 
 id
 

Detailed Description

Estimated tracking target pose.

This class contains the estimated pose information of a tracking target. The pose is provided as a row-major 4x4 transformation matrix describing the pose of the tracking target in the coordinate system defined in the PST-Client application (see the 'Reference coordinate system' Section in the PST Manual).

See also
target.Target
trackerdata.TrackerData

Constructor & Destructor Documentation

◆ __init__()

def pstech.pstsdk.target.TargetPose.__init__ (   self,
  c_pose 
)

Reimplemented from pstech.pstsdk.target.Target.

+ Here is the caller graph for this function:

Member Function Documentation

◆ __eq__()

def pstech.pstsdk.target.TargetPose.__eq__ (   self,
  other 
)

Reimplemented from pstech.pstsdk.target.Target.

+ Here is the call graph for this function:

Member Data Documentation

◆ pose

pstech.pstsdk.target.TargetPose.pose

Tracking target pose as a row-major 4x4 transformation matrix


The documentation for this class was generated from the following file: