Auterion App SDK
Auterion SDK is a library that can be used by AuterionOS apps to communicate with the system.
|
Configuration structure for GlobalPositionAssessor, defines default acceptance criteria for local position threshold-checkers. More...
#include <auterion_sdk/system_state/global_position_assessor.hpp>
Public Member Functions | |
GlobalPositionAssessorConfig & | withPositionErrorThreshold (const float position_error_threshold_m) |
Set the position error threshold. More... | |
Public Attributes | |
float | position_error_threshold_m {0.5F} |
Configuration structure for GlobalPositionAssessor, defines default acceptance criteria for local position threshold-checkers.
|
inline |
Set the position error threshold.
position_error_threshold_m | The desired position error threshold [m]. |
float auterion::GlobalPositionAssessorConfig::position_error_threshold_m {0.5F} |
Position error threshold [m].