43 [[nodiscard]] std::string
type()
const override;
46 [[nodiscard]]
static std::string
category();
53 [[nodiscard]]
json save()
const override;
nlohmann::json json
json namespace
Inertial Measurement Integrator.
static constexpr size_t INPUT_PORT_INDEX_POS_VEL_ATT_INIT
Flow (PosVelAtt)
void deinitialize() override
Deinitialize the node.
ImuIntegrator(const ImuIntegrator &)=delete
Copy constructor.
void recvObservation(InputPin::NodeDataQueue &queue, size_t pinIdx)
Receive Function.
bool _preferAccelerationOverDeltaMeasurements
Prefer the raw acceleration measurements over the deltaVel & deltaTheta values.
static std::string category()
String representation of the Class Category.
static std::string typeStatic()
String representation of the Class Type.
void restore(const json &j) override
Restores the node from a json object.
std::string type() const override
String representation of the Class Type.
ImuIntegrator()
Default constructor.
void guiConfig() override
ImGui config window which is shown on double click.
bool initialize() override
Initialize the node.
ImuIntegrator & operator=(ImuIntegrator &&)=delete
Move assignment operator.
~ImuIntegrator() override
Destructor.
ImuIntegrator(ImuIntegrator &&)=delete
Move constructor.
static constexpr size_t OUTPUT_PORT_INDEX_INERTIAL_NAV_SOL
Flow (InertialNavSol)
void recvPosVelAttInit(InputPin::NodeDataQueue &queue, size_t pinIdx)
Receive Function for the PosVelAtt initial values.
json save() const override
Saves the node into a json object.
InertialIntegrator _inertialIntegrator
Inertial Integrator.
ImuIntegrator & operator=(const ImuIntegrator &)=delete
Copy assignment operator.
static constexpr size_t INPUT_PORT_INDEX_IMU_OBS
Flow (ImuObs)
Inertial Measurement Integrator.
Node(std::string name)
Constructor.