This data structure represents an abstract position built by a user. Depending on the control type the Cartesian information, the angular information or both will be used. More...
#include <Definition>
Public Member Functions | |
void | InitStruct () |
Public Attributes | |
AngularInfo | Actuators |
Angular information about this position. | |
CartesianInfo | CartesianPosition |
Cartesian information about this position. | |
float | Delay |
This is used only if the type of position is TIME_DELAY. It represents the delay in second. | |
FingersPosition | Fingers |
fingers information about this position. | |
HAND_MODE | HandMode |
Mode of the gripper. | |
POSITION_TYPE | Type |
The type of this position. |
This data structure represents an abstract position built by a user. Depending on the control type the Cartesian information, the angular information or both will be used.
Definition at line 630 of file KinovaTypes.h.
void UserPosition::InitStruct | ( | ) | [inline] |
Definition at line 662 of file KinovaTypes.h.
Angular information about this position.
Definition at line 650 of file KinovaTypes.h.
Cartesian information about this position.
Definition at line 645 of file KinovaTypes.h.
float UserPosition::Delay |
This is used only if the type of position is TIME_DELAY. It represents the delay in second.
Definition at line 640 of file KinovaTypes.h.
fingers information about this position.
Definition at line 660 of file KinovaTypes.h.
Mode of the gripper.
Definition at line 655 of file KinovaTypes.h.
The type of this position.
Definition at line 635 of file KinovaTypes.h.