|
Robotran C Documentation
|
Go to the documentation of this file.
16 #ifndef MBS_INVDYN_STRUCT_h
17 #define MBS_INVDYN_STRUCT_h
int savePeriodCounter
Counter for checking whether results must be saved.
Definition: mbs_invdyn_struct.h:57
General structure of the inverse dynamics module.
Definition: mbs_invdyn_struct.h:27
buffer used to store the user variables to output
Definition: mbs_buffer.h:92
MbsBuffer ** buffers
Buffer to store generalized coordinates, velocities, acceleration.
Definition: mbs_invdyn_struct.h:45
MbsLutRes * q
Pointer to save the input trajectories.
Definition: mbs_invdyn_struct.h:69
Definition: mbs_buffer.h:46
MbsLutRes * qdd
Definition: mbs_invdyn_struct.h:69
MbsAux * mbs_aux
Structure to store auxiliary value needed during computation.
Definition: mbs_invdyn_struct.h:34
double tsim
Current simulation time.
Definition: mbs_invdyn_struct.h:38
MbsGrowingBuffer * user_buffer
Growing buffer to store user values.
Definition: mbs_invdyn_struct.h:48
int trajectorytype
Value to store the type of trajectory provided by the user, automatically set.
Definition: mbs_invdyn_struct.h:66
MbsLutRes * qd
Definition: mbs_invdyn_struct.h:69
Structure defining the option of both inverse kinematics and inverse dynamic analysis.
Definition: mbs_solvekin_struct.h:31
Interpolation of value from array (Look Up Table) main header.
MbsInvOptions * options
Structure defining the options of a inverse dynamics analysis.
Definition: mbs_invdyn_struct.h:31
double ** savedArrays
Pointer to the array that must be saved to buffers.
Definition: mbs_invdyn_struct.h:54
int tindex
Current time index.
Definition: mbs_invdyn_struct.h:41
int bufferNb
Number of buffers.
Definition: mbs_invdyn_struct.h:51
Structure for interpolate the trajectories of coordinates.
Definition: lut.h:40