Public Attributes
AngularInfo Struct Reference


Contains some info of each actuator.
Values could represent a velocity(rad/s), an absolute position(deg.), a current(A) or a force(Nm). 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.
Suggestion: use the function memset(&yourStructure, 0, sizeof(yourStructure)) from the std lib and set the memory. More...

#include <KinovaTypes.h>

Inheritance diagram for AngularInfo:
Inheritance graph
[legend]

List of all members.

Public Attributes

float Actuator1
float Actuator2
float Actuator3
float Actuator4
float Actuator5
float Actuator6

Detailed Description


Contains some info of each actuator.
Values could represent a velocity(rad/s), an absolute position(deg.), a current(A) or a force(Nm). 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.
Suggestion: use the function memset(&yourStructure, 0, sizeof(yourStructure)) from the std lib and set the memory.

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


Member Data Documentation

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

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

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

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

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

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