Public Attributes
FingersPosition Struct Reference


Contains info about fingers position
It could be an absolute position (0 to ~53(closed)) or a velocity (0 to 200(really fast) )
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 More...

#include <KinovaTypes.h>

Inheritance diagram for FingersPosition:
Inheritance graph
[legend]

List of all members.

Public Attributes

float Finger1
float Finger2
float Finger3

Detailed Description


Contains info about fingers position
It could be an absolute position (0 to ~53(closed)) or a velocity (0 to 200(really fast) )
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 103 of file docs/JacoDocs/JacoAPI/KinovaTypes.h.


Member Data Documentation

Finger1 position value

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

Finger2 position value

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

Finger3 position value

Definition at line 107 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