Auterion App SDK
Auterion SDK is a library that can be used by AuterionOS apps to communicate with the system.
|
Represents a setpoint to control attitude and thrust. More...
#include <auterion_sdk/control/common/attitude_control.hpp>
Classes | |
class | Config |
Placeholder config. More... | |
Public Member Functions | |
AttitudeSetpoint (const Eigen::Quaternionf &attitude_enu, const Eigen::Vector3f &thrust_flu_normalized) | |
AttitudeSetpoint (const Eigen::Quaternionf &attitude_enu, const float thrust_up_normalized) | |
Eigen::Quaternionf | getAttitude () const |
Eigen::Vector3f | getThrust () const |
AttitudeSetpoint & | withAttitude (const Eigen::Quaternionf &attitude_enu) |
AttitudeSetpoint & | withThrust (const Eigen::Vector3f &thrust_flu_normalized) |
AttitudeSetpoint & | withThrustUp (const float thrust_up_normalized) |
Represents a setpoint to control attitude and thrust.