![]() |
DUNE: Uniform Navigational Environment
2016.05.0
|
Public Attributes | |
std::vector< std::string > | cmd_src |
std::string | src_alias |
bool | main |
double | ctrl_frequency |
double | sync_frequency |
double | speed_max |
double | speed_min |
double | bank_lim |
double | alt_max |
double | alt_min |
std::vector< std::string > | formation_systems |
int | formation_frame |
Matrix | formation_pos |
std::string | sim_type |
double | c_speed |
double | c_bank |
double | c_alt |
double | l_bank_rate |
double | l_accel_x |
double | l_vert_slope |
double | default_lat |
double | default_lon |
double | default_height |
double | default_alt |
double | default_speed |
bool | debug |
double Maneuver::VehicleFormation::Coordinator::Arguments::alt_max |
double Maneuver::VehicleFormation::Coordinator::Arguments::alt_min |
double Maneuver::VehicleFormation::Coordinator::Arguments::bank_lim |
double Maneuver::VehicleFormation::Coordinator::Arguments::c_alt |
Referenced by Maneuver::VehicleFormation::Coordinator::Task::Task().
double Maneuver::VehicleFormation::Coordinator::Arguments::c_bank |
double Maneuver::VehicleFormation::Coordinator::Arguments::c_speed |
std::vector<std::string> Maneuver::VehicleFormation::Coordinator::Arguments::cmd_src |
Command source.
Referenced by Maneuver::VehicleFormation::Coordinator::Task::onEntityResolution(), and Maneuver::VehicleFormation::Coordinator::Task::Task().
double Maneuver::VehicleFormation::Coordinator::Arguments::ctrl_frequency |
Simulation and control frequencies.
Referenced by Maneuver::VehicleFormation::Coordinator::Task::onUpdateParameters(), and Maneuver::VehicleFormation::Coordinator::Task::Task().
bool Maneuver::VehicleFormation::Coordinator::Arguments::debug |
double Maneuver::VehicleFormation::Coordinator::Arguments::default_alt |
double Maneuver::VehicleFormation::Coordinator::Arguments::default_height |
Referenced by Maneuver::VehicleFormation::Coordinator::Task::Task().
double Maneuver::VehicleFormation::Coordinator::Arguments::default_lat |
double Maneuver::VehicleFormation::Coordinator::Arguments::default_lon |
double Maneuver::VehicleFormation::Coordinator::Arguments::default_speed |
int Maneuver::VehicleFormation::Coordinator::Arguments::formation_frame |
Matrix Maneuver::VehicleFormation::Coordinator::Arguments::formation_pos |
std::vector<std::string> Maneuver::VehicleFormation::Coordinator::Arguments::formation_systems |
Formation configuration parameters.
Referenced by Maneuver::VehicleFormation::Coordinator::Task::onUpdateParameters(), and Maneuver::VehicleFormation::Coordinator::Task::Task().
double Maneuver::VehicleFormation::Coordinator::Arguments::l_accel_x |
double Maneuver::VehicleFormation::Coordinator::Arguments::l_bank_rate |
Referenced by Maneuver::VehicleFormation::Coordinator::Task::onUpdateParameters(), and Maneuver::VehicleFormation::Coordinator::Task::Task().
double Maneuver::VehicleFormation::Coordinator::Arguments::l_vert_slope |
Referenced by Maneuver::VehicleFormation::Coordinator::Task::Task().
bool Maneuver::VehicleFormation::Coordinator::Arguments::main |
std::string Maneuver::VehicleFormation::Coordinator::Arguments::sim_type |
UAV Model Parameters.
Referenced by Maneuver::VehicleFormation::Coordinator::Task::onUpdateParameters(), and Maneuver::VehicleFormation::Coordinator::Task::Task().
double Maneuver::VehicleFormation::Coordinator::Arguments::speed_max |
double Maneuver::VehicleFormation::Coordinator::Arguments::speed_min |
std::string Maneuver::VehicleFormation::Coordinator::Arguments::src_alias |
Source system alias.
Referenced by Maneuver::VehicleFormation::Coordinator::Task::onUpdateParameters(), Maneuver::VehicleFormation::Coordinator::Task::Task(), and Maneuver::VehicleFormation::Coordinator::Task::task().
double Maneuver::VehicleFormation::Coordinator::Arguments::sync_frequency |