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

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
 
AttitudeSetpointwithAttitude (const Eigen::Quaternionf &attitude_enu)
 
AttitudeSetpointwithThrust (const Eigen::Vector3f &thrust_flu_normalized)
 
AttitudeSetpointwithThrustUp (const float thrust_up_normalized)
 

Detailed Description

Represents a setpoint to control attitude and thrust.


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