Auterion App SDK
Auterion SDK is a library that can be used by AuterionOS apps to communicate with the system.
auterion::LocalNavigationInterface Class Reference

Interface to inject local position measurements to the flight controller's state estimator. More...

#include <auterion_sdk/navigation/local_navigation.hpp>

Public Member Functions

 LocalNavigationInterface (SDK &sdk)
 
void update (const LocalPositionMeasurement &measurement)
 Send a local position update to the state estimator. More...
 

Detailed Description

Interface to inject local position measurements to the flight controller's state estimator.

Member Function Documentation

◆ update()

void auterion::LocalNavigationInterface::update ( const LocalPositionMeasurement measurement)

Send a local position update to the state estimator.

Parameters
measurementthe position measurement to use as an update

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