12 #ifndef COMPLEX_DYNAMIC_CONTROL_H_INCLUDED 13 #define COMPLEX_DYNAMIC_CONTROL_H_INCLUDED 16 #include "Miscellaneous/Trayectory_Library.h" 25 double* Initial_Position;
26 double* Initial_Velocity;
27 double* Initial_Acceleration;
28 double* Trayectory_Parameters;
45 double** Acceleration;
53 void Dyn_Control_Function_Parameters_Set (
CONTROL_DATA* Data ,
double** Parameters);
54 void Dyn_Control_Function_Parameters_From_File (
CONTROL_DATA* Data ,
char* Filename);
55 void Dyn_Control_Function_Parameters_Free (
CONTROL_DATA* Data);
57 double Computed_Torque_Control (
CONTROL_DATA Data,
ROBOT_DATA Robot,
double* Opt_Parameter, FILE** pipeOut);
66 #endif // COMPLEX_DYNAMIC_CONTROL_H_INCLUDED Function prototypes for the Interpolation routines.
Definition: Complex_Dynamic_Control.h:31
Definition: Trayectory_Library.h:16
double Density
Definition: Complex_Dynamic_Control.h:36
Definition: Interpolation_Algorithm.h:15
Definition: Complex_Dynamic_Control.h:18
double * Gravity
Definition: Complex_Dynamic_Control.h:48
double ** Torque
Definition: Complex_Dynamic_Control.h:42