DUNE: Uniform Navigational Environment  2024.09.0
Control::UAV::LOS::Arguments Struct Reference

Public Attributes

double la_gain
 
double tr_gain
 
double max_bank
 
bool use_controller
 

Member Data Documentation

◆ la_gain

double Control::UAV::LOS::Arguments::la_gain

Look-ahead gain - Multiplies by aircraft minimum turning radius to define the distance ahead in the desired path at which the aircraft should point.

Referenced by Control::UAV::LOS::Task::onUpdateParameters(), Control::UAV::LOS::Task::step(), and Control::UAV::LOS::Task::Task().

◆ max_bank

double Control::UAV::LOS::Arguments::max_bank

Maximum bank angle - Defined by aircraft structural, navigation or control constraints.

Referenced by Control::UAV::LOS::Task::onUpdateParameters(), Control::UAV::LOS::Task::step(), and Control::UAV::LOS::Task::Task().

◆ tr_gain

double Control::UAV::LOS::Arguments::tr_gain

Turn rate gain - Defines how sharply should the aircraft turn to to track the desired look-ahead point.

Referenced by Control::UAV::LOS::Task::step(), and Control::UAV::LOS::Task::Task().

◆ use_controller

bool Control::UAV::LOS::Arguments::use_controller
Collaboration diagram for Control::UAV::LOS::Arguments:
Collaboration graph