|
Auterion App SDK
Auterion SDK is a library that can be used by AuterionOS apps to communicate with the system.
|
Represents manual input from a user. More...
#include <auterion_sdk/system_state/system_state.hpp>
Public Attributes | |
| float | roll |
| float | pitch |
| float | yaw |
| float | throttle |
| Eigen::Matrix< float, 6, 1 > | aux |
| bool | sticks_moving |
Represents manual input from a user.
| Eigen::Matrix<float, 6, 1> auterion::ManualInput::aux |
Auxiliary inputs
| float auterion::ManualInput::pitch |
Pitch input
| float auterion::ManualInput::roll |
Roll input
| bool auterion::ManualInput::sticks_moving |
Indicates if the sticks are moving
| float auterion::ManualInput::throttle |
Throttle input
| float auterion::ManualInput::yaw |
Yaw input