|
Robotran C Documentation
|
Go to the documentation of this file.
14 #ifndef MBSsensorStruct_h
15 #define MBSsensorStruct_h
double OM[4]
Angular velocity vector of the sensor expressed in the inertial frame: .
Definition: mbs_sensor_struct.h:23
double V[4]
Velocity vector of the sensor expressed in the inertial frame: .
Definition: mbs_sensor_struct.h:22
double ** J
Jacobian matrix of the sensor: .
Definition: mbs_sensor_struct.h:26
double ** R
Rotation matrix from the inertial frame to the sensor frame: .
Definition: mbs_sensor_struct.h:21
double P[4]
Position vector of the sensor expressed in the inertial frame: .
Definition: mbs_sensor_struct.h:20
double OMP[4]
Angular acceleration vector of the sensor expressed in the inertial frame: .
Definition: mbs_sensor_struct.h:25
Definition: mbs_sensor_struct.h:18
double A[4]
Acceleration vector of the sensor expressed in the inertial frame: .
Definition: mbs_sensor_struct.h:24