Struct inertialsim::sensors::InternalPose¶
ClassList > inertialsim > sensors > InternalPose
Internal pose state structure.
#include <ins.h>
Public Attributes¶
| Type | Name |
|---|---|
| RotationMatrix | R Rotation matrices. |
| Eigen::Vector3d | a Specific forces (3xN for real-time mode). |
| geodesy::CoordinateSystem | frame = geodesy::CoordinateSystem::LOCAL |
| Eigen::Vector3d | p Positions (3xN). |
| std::optional< Timestamps > | time |
| Eigen::Vector3d | v Velocities (3xN). |
| Eigen::Vector3d | w Angular rates (3xN for real-time mode). |
Public Attributes Documentation¶
variable R¶
Rotation matrices.
variable a¶
Specific forces (3xN for real-time mode).
variable frame¶
variable p¶
Positions (3xN).
variable time¶
variable v¶
Velocities (3xN).
variable w¶
Angular rates (3xN for real-time mode).
The documentation for this class was generated from the following file cpp/include/inertialsim/sensors/ins.h