MSCEqF 1.0
Multi State Constraint Equivariant Filter for visual inertial navigation
Loading...
Searching...
No Matches
msceqf::ExtendedPoseState Struct Referencefinal

This struct represent the extended pose state of the system. More...

#include <system_elements.hpp>

Inheritance diagram for msceqf::ExtendedPoseState:
Collaboration diagram for msceqf::ExtendedPoseState:

Public Member Functions

 ExtendedPoseState (const SE23 &T)
 
std::unique_ptr< SystemStateElementclone () const override
 Clone the extended pose state element of the system.
 
- Public Member Functions inherited from msceqf::SystemStateElement

Public Attributes

SE23 T_
 The extended pose of the system (R, v, p)
 

Additional Inherited Members

- Protected Member Functions inherited from msceqf::SystemStateElement
 SystemStateElement ()=default
 Rule of Five.
 
 SystemStateElement (const SystemStateElement &)=default
 
 SystemStateElement (SystemStateElement &&)=default
 
SystemStateElementoperator= (const SystemStateElement &)=default
 
SystemStateElementoperator= (SystemStateElement &&)=default
 

Detailed Description

This struct represent the extended pose state of the system.

Member Function Documentation

◆ clone()

std::unique_ptr< SystemStateElement > msceqf::ExtendedPoseState::clone ( ) const
inlineoverridevirtual

Clone the extended pose state element of the system.

Returns
Clone of the extended pose state element

Implements msceqf::SystemStateElement.


The documentation for this struct was generated from the following file: