Module pose

Source
Expand description

§Pose

An important data structure required for proper manipulation of both frames of reference and more specifically the position of the robot’s tool. The URScript implementation uses scaled axis angled format, but eventually this will allow other formats to be manipulated as well.

Structs§

Pose
Pose, a kind of Isometry in 3-Dimensions (currently a wrapper of Isometry3 which is itself wrapping a float).