![]() |
MSCEqF 1.0
Multi State Constraint Equivariant Filter for visual inertial navigation
|
This struct represent the extended pose state of the system. More...
#include <system_elements.hpp>
Public Member Functions | |
ExtendedPoseState (const SE23 &T) | |
std::unique_ptr< SystemStateElement > | clone () const override |
Clone the extended pose state element of the system. | |
![]() |
Public Attributes | |
SE23 | T_ |
The extended pose of the system (R, v, p) | |
Additional Inherited Members | |
![]() | |
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 extended pose state of the system.
|
inlineoverridevirtual |
Clone the extended pose state element of the system.
Implements msceqf::SystemStateElement.