DUNE: Uniform Navigational Environment
2.4.0
|
Public Attributes | |
double | la_gain |
double | tr_gain |
double | max_bank |
double Control::Path::Aerosonde::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::Path::Aerosonde::Task::onUpdateParameters(), Control::Path::Aerosonde::Task::step(), and Control::Path::Aerosonde::Task::Task().
double Control::Path::Aerosonde::Arguments::max_bank |
Maximum bank angle - Defined by aircaft structural, navigation or control constraints.
Referenced by Control::Path::Aerosonde::Task::onUpdateParameters(), Control::Path::Aerosonde::Task::step(), and Control::Path::Aerosonde::Task::Task().
double Control::Path::Aerosonde::Arguments::tr_gain |
Turn rate gain - Defines how sharply should the aircraft turn to to track the desired look-ahead point.
Referenced by Control::Path::Aerosonde::Task::step(), and Control::Path::Aerosonde::Task::Task().