Contains all cartesian positions of the hand and their fingers
The CartesianPosition is only a mix of two position structures.
More...
#include <KinovaTypes.h>
Public Attributes | |
CartesianInfo | Coordinates |
FingersPosition | Fingers |
Contains all cartesian positions of the hand and their fingers
The CartesianPosition is only a mix of two position structures.
WARNING: If you send this structure, always define all variables, there is no initial values. Otherwise, there will be random information sent to the arm.
Suggestion: use the function memset(&yourStructure, 0, sizeof(yourStructure)) from the std lib and set the memory.
Definition at line 117 of file docs/JacoDocs/JacoAPI/KinovaTypes.h.
Definition at line 119 of file docs/JacoDocs/JacoAPI/KinovaTypes.h.
Definition at line 120 of file docs/JacoDocs/JacoAPI/KinovaTypes.h.