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 626 of file KinovaTypes.h.
void UserPosition::InitStruct | ( | ) | [inline] |
Definition at line 658 of file KinovaTypes.h.
Angular information about this position.
Definition at line 646 of file KinovaTypes.h.
Cartesian information about this position.
Definition at line 641 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 636 of file KinovaTypes.h.
fingers information about this position.
Definition at line 656 of file KinovaTypes.h.
Mode of the gripper.
Definition at line 651 of file KinovaTypes.h.
The type of this position.
Definition at line 631 of file KinovaTypes.h.