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

Represents a setpoint to angular rates and thrust. More...

#include <auterion_sdk/control/common/rate_control.hpp>

Classes

class  Config
 Placeholder config. More...
 

Public Member Functions

 RateSetpoint (const Eigen::Vector3f &rate_flu_rad, const Eigen::Vector3f &thrust_flu_normalized)
 
 RateSetpoint (const Eigen::Vector3f &rate_flu_rad, const float thrust_up_normalized)
 
Eigen::Vector3f getRate () const
 
Eigen::Vector3f getThrust () const
 
RateSetpointwithAttitude (const Eigen::Vector3f &rate_flu_rad)
 
RateSetpointwithThrust (const Eigen::Vector3f &thrust_flu_normalized)
 
RateSetpointwithThrustUp (const float thrust_up_normalized)
 

Detailed Description

Represents a setpoint to angular rates and thrust.


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