Public Attributes
CartesianInfo Struct Reference


Contains some cartesian info of the hand.
Values could represent a velocity(m/s), an absolute position(m), a current(A) or a force(N). 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 informaition 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 CartesianInfo:
Inheritance graph
[legend]

List of all members.

Public Attributes

float ThetaX
float ThetaY
float ThetaZ
float X
float Y
float Z

Detailed Description


Contains some cartesian info of the hand.
Values could represent a velocity(m/s), an absolute position(m), a current(A) or a force(N). 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 informaition sent to the arm.
Suggestion: use the function memset(&yourStructure, 0, sizeof(yourStructure)) from the std lib and set the memory

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


Member Data Documentation

Euler angle X axe value in rad

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

Euler angle Y axe value in rad

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

Euler angleZ axe value in rad

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

Cartesian X value

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

Cartesian Y value

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

Cartesian Z value

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