#include <mbs_sensor_struct.h>
Public Attributes | |
| double | P [4] |
Position vector of the sensor expressed in the inertial frame: . More... | |
| double ** | R |
Rotation matrix from the inertial frame to the sensor frame: . More... | |
| double | V [4] |
Velocity vector of the sensor expressed in the inertial frame: . More... | |
| double | OM [4] |
Angular velocity vector of the sensor expressed in the inertial frame: . More... | |
| double | A [4] |
Acceleration vector of the sensor expressed in the inertial frame: . Mutually exclusive with the computation of JDQDT and JDQDR below. More... | |
| double | OMP [4] |
Angular acceleration vector of the sensor expressed in the inertial frame: . Mutually exclusive with the computation of JDQDT and JDQDR below. More... | |
| double | JDQDT [4] |
| Quadratic acceleration (Jdqd) term vector (T for translation) of the sensor expressed in the inertial frame. Mutually exclusive with the computation of A and Omp above. More... | |
| double | JDQDR [4] |
| Quadratic acceleration (Jdqd) term vector (R for rotation/angular) of the sensor expressed in the inertial frame. Mutually exclusive with the computation of A and Omp above. More... | |
| double ** | J |
Jacobian matrix of the sensor: . More... | |
| double A[4] |
Acceleration vector of the sensor expressed in the inertial frame:
. Mutually exclusive with the computation of JDQDT and JDQDR below.
| double** J |
Jacobian matrix of the sensor:
.
| double JDQDR[4] |
Quadratic acceleration (Jdqd) term vector (R for rotation/angular) of the sensor expressed in the inertial frame. Mutually exclusive with the computation of A and Omp above.
| double JDQDT[4] |
Quadratic acceleration (Jdqd) term vector (T for translation) of the sensor expressed in the inertial frame. Mutually exclusive with the computation of A and Omp above.
| double OM[4] |
Angular velocity vector of the sensor expressed in the inertial frame:
.
| double OMP[4] |
Angular acceleration vector of the sensor expressed in the inertial frame:
. Mutually exclusive with the computation of JDQDT and JDQDR below.
| double P[4] |
Position vector of the sensor expressed in the inertial frame:
.
| double** R |
Rotation matrix from the inertial frame to the sensor frame:
.
| double V[4] |
Velocity vector of the sensor expressed in the inertial frame:
.
1.8.17