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

Represents a setpoint to control course, altitude, equivalent airspeed, height rate and lateral acceleration. More...

#include <auterion_sdk/control/fixedwing/dynamics_control.hpp>

Classes

class  Config
 Placeholder config. More...
 

Public Member Functions

DynamicsSetpointwithCourse (float course_sp)
 
DynamicsSetpointwithLateralAcceleration (float acceleration_sp)
 
DynamicsSetpointwithAltitude (float altitude_sp)
 
DynamicsSetpointwithHeightRate (float height_rate_sp)
 
DynamicsSetpointwithEquivalentAirspeed (float equivalent_airspeed_sp)
 
float getCourseSetpoint () const
 
float getLateralAccelerationSetpoint () const
 
float getAltitudeSetpoint () const
 
float getHeightRateSetpoint () const
 
float getEquivalentAirspeedSetpoint () const
 

Detailed Description

Represents a setpoint to control course, altitude, equivalent airspeed, height rate and lateral acceleration.


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