Contains all the information about singularities form the actual hand position
More...
#include <KinovaTypes.h>
Public Attributes | |
int | OrientationSingularityCount |
float | OrientationSingularityDistance |
CartesianInfo | RepulsionVector |
int | TranslationSingularityCount |
float | TranslationSingularityDistance |
Contains all the information about singularities form the actual hand position
Definition at line 219 of file docs/JacoDocs/JacoAPI/KinovaTypes.h.
Number of near singularities from the current hand position for a rotation (Euler angles: theta X, theta Y and theta Z)
Definition at line 222 of file docs/JacoDocs/JacoAPI/KinovaTypes.h.
Relative angle of the nearest singularity point from the current hand orientation
Definition at line 224 of file docs/JacoDocs/JacoAPI/KinovaTypes.h.
Cartesian direction to follow for avoiding the nearest singularity
Definition at line 225 of file docs/JacoDocs/JacoAPI/KinovaTypes.h.
Number of near singularities from the current hand position for a translation (X,Y,Z)
Definition at line 221 of file docs/JacoDocs/JacoAPI/KinovaTypes.h.
Relative distance of the nearest singularity point from the current hand position
Definition at line 223 of file docs/JacoDocs/JacoAPI/KinovaTypes.h.