Public Attributes
TrajectoryPoint Struct Reference


Contains all the information about a trajectory point
Values could represent a velocity, an absolute position or a delay of time. It depends of the called function.
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.
If you don't need a variable, set it to 0 (It's the case in many situations)
Suggestion: use the function memset(&yourStructure, 0, sizeof(yourStructure)) from the std lib and set the memory
WARNING: Be sure that the UserPosition is well defined, otherwise the arm could try to reach undesired position More...

#include <KinovaTypes.h>

List of all members.

Public Attributes

Limitation Limitations
int LimitationsActive
UserPosition Position

Detailed Description


Contains all the information about a trajectory point
Values could represent a velocity, an absolute position or a delay of time. It depends of the called function.
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.
If you don't need a variable, set it to 0 (It's the case in many situations)
Suggestion: use the function memset(&yourStructure, 0, sizeof(yourStructure)) from the std lib and set the memory
WARNING: Be sure that the UserPosition is well defined, otherwise the arm could try to reach undesired position

Definition at line 199 of file docs/JacoDocs/JacoAPI/KinovaTypes.h.


Member Data Documentation

Number of active limitations, set each related variables to 0 if not needed

Definition at line 203 of file docs/JacoDocs/JacoAPI/KinovaTypes.h.

Number of active limitations, set it to 0 if not needed

Definition at line 202 of file docs/JacoDocs/JacoAPI/KinovaTypes.h.

Position related to the trajectory

Definition at line 201 of file docs/JacoDocs/JacoAPI/KinovaTypes.h.


The documentation for this struct was generated from the following files:


jaco_driver
Author(s): Jeff Schmidt (Clearpath), Alex Bencz (Clearpath), Matt DeDonato (WPI)
autogenerated on Mon Jan 6 2014 11:23:43