![]() |
MSCEqF 1.0
Multi State Constraint Equivariant Filter for visual inertial navigation
|
This struct represent the IMU bias state of the system. More...
#include <system_elements.hpp>


Public Member Functions | |
| BiasState (const Vector6 &b) | |
| std::unique_ptr< SystemStateElement > | clone () const override |
| Clone the bias state element of the system. | |
Public Member Functions inherited from msceqf::SystemStateElement | |
Public Attributes | |
| Vector6 | b_ |
| The Inertial Measurement Unit (IMU) biases (bw, ba) | |
Additional Inherited Members | |
Protected Member Functions inherited from msceqf::SystemStateElement | |
| SystemStateElement ()=default | |
| Rule of Five. | |
| SystemStateElement (const SystemStateElement &)=default | |
| SystemStateElement (SystemStateElement &&)=default | |
| SystemStateElement & | operator= (const SystemStateElement &)=default |
| SystemStateElement & | operator= (SystemStateElement &&)=default |
This struct represent the IMU bias state of the system.
|
inlineoverridevirtual |
Clone the bias state element of the system.
Implements msceqf::SystemStateElement.