|
OSVR-Core
|
Public Member Functions | |
| TestData () | |
| Eigen::Quaterniond | xform (Eigen::Quaterniond const &quat) |
| Transform the IMU-measured quaternion using the calibration output mocked up in this struct. More... | |
Public Attributes | |
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW Eigen::Quaterniond | roomToCameraRotation = Eigen::Quaterniond::Identity() |
| Quantity computed from the "camera pose" (room calibration output) | |
| util::Angle | yawCorrection = 0 |
| Quantity computed during room calibration output. | |
| BodyState | state |
| Default constructor is no translation, identity rotation, 10 along main diagonal as the state covariance matrix. More... | |
| kalman::types::DimSquareMatrix< BodyState > | originalStateError |
| BodyProcessModel | processModel |
| Eigen::Vector3d | imuVariance |
|
inline |
Set up from a default configuration.
configure the process model
Save the IMU measurement parameters.
|
inline |
Transform the IMU-measured quaternion using the calibration output mocked up in this struct.
| BodyState TestData::state |
Default constructor is no translation, identity rotation, 10 along main diagonal as the state covariance matrix.
1.8.12