![]() |
MSCEqF 1.0
Multi State Constraint Equivariant Filter for visual inertial navigation
|
This struct represent the camera extrinsics state of the system. More...
#include <system_elements.hpp>
Public Member Functions | |
CameraExtrinsicState (const Quaternion &q, const Vector3 &t) | |
CameraExtrinsicState (const Matrix3 &R, const Vector3 &t) | |
CameraExtrinsicState (const Matrix4 &S) | |
CameraExtrinsicState (const SE3 &S) | |
std::unique_ptr< SystemStateElement > | clone () const override |
Clone the camera extrinsics state element of the system. | |
![]() |
Public Attributes | |
SE3 | S_ |
The camera extrinsics calibration (SR, St) | |
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 camera extrinsics state of the system.
|
inlineoverridevirtual |
Clone the camera extrinsics state element of the system.
Implements msceqf::SystemStateElement.