ST_CartesianPose

Overview

Type:

Structure

Available as of:

V1.1.0.0

Inherits from:

-

Description

A Cartesian pose describes both a position and an orientation with reference to a coordinate system. A structure ST_CartesianPose containing the following structure elements is added to the library.

Structure Elements

Name

Data type

Description

stPosition

PDL.ST_Vector3D

Representation of a Cartesian position as a 3D vector.

stOrientation

PDL.ST_Vector3D

Representation of a Cartesian orientation in the form of roll, pitch, and yaw angles.

etOrientationConvention

ROB.ET_OrientationConvention

Enumerator containing the list of rotation orders supported by the library when describing an orientation as roll, pitch, and yaw.