The RMP Motion Controller APIs

◆ CartesianAxis

enum class CartesianAxis
strong

The linear kinematic models are assumed to have their forward kinematic functions output a vector representing a point in Cartesian space. The elements of the vector are labelled as follows: [X, Y, Z, Roll, Pitch, Yaw].

The length of the outputted vector depends on the number of mappings added. But each vector must always proceed in the order above. For example, valid vectors are: [X, Y], [X, Y, Z], [X, Y, Z, Roll], and so on.

Enumerator




Roll 


Pitch 


Yaw 


Definition at line 88 of file cartesianrobot.h.