Auterion App SDK
Auterion SDK is a library that can be used by AuterionOS apps to communicate with the system.
|
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... | |
Interface to inject local position measurements to the flight controller's state estimator.
void auterion::LocalNavigationInterface::update | ( | const LocalPositionMeasurement & | measurement | ) |
Send a local position update to the state estimator.
measurement | the position measurement to use as an update |