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 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 | |
DynamicsSetpoint & | withCourse (float course_sp) |
DynamicsSetpoint & | withLateralAcceleration (float acceleration_sp) |
DynamicsSetpoint & | withAltitude (float altitude_sp) |
DynamicsSetpoint & | withHeightRate (float height_rate_sp) |
DynamicsSetpoint & | withEquivalentAirspeed (float equivalent_airspeed_sp) |
float | getCourseSetpoint () const |
float | getLateralAccelerationSetpoint () const |
float | getAltitudeSetpoint () const |
float | getHeightRateSetpoint () const |
float | getEquivalentAirspeedSetpoint () const |
Represents a setpoint to control course, altitude, equivalent airspeed, height rate and lateral acceleration.