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

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

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

Classes

class  Config
 Placeholder config. More...
 

Public Member Functions

DynamicsSetpointwithLateralAcceleration (float acceleration_sp)
 
DynamicsSetpointwithHeightRate (float height_rate_sp)
 
DynamicsSetpointwithEquivalentAirspeed (float equivalent_airspeed_sp)
 
float getLateralAccelerationSetpoint () const
 
float getHeightRateSetpoint () const
 
float getEquivalentAirspeedSetpoint () const
 

Detailed Description

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

Use this when you want to command the aircraft's motion directly without depending on position availability.

For outer-loop course and altitude control, see GuidanceSetpoint.


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