|
Formula Student Autonomous Systems
The code for the main driverless system
|
#include <aero_parameters.hpp>

Public Attributes | |
| double | lift_coefficient = -0.86 |
| double | drag_coefficient = 0.73 |
| double | aero_side_force_coefficient = 0.0 |
| double | aero_balance_front = 0.5 |
| double | frontal_area = 0.44 |
Definition at line 12 of file aero_parameters.hpp.
| double common_lib::car_parameters::AeroParameters::aero_balance_front = 0.5 |
Definition at line 16 of file aero_parameters.hpp.
| double common_lib::car_parameters::AeroParameters::aero_side_force_coefficient = 0.0 |
Definition at line 15 of file aero_parameters.hpp.
| double common_lib::car_parameters::AeroParameters::drag_coefficient = 0.73 |
Definition at line 14 of file aero_parameters.hpp.
| double common_lib::car_parameters::AeroParameters::frontal_area = 0.44 |
Definition at line 17 of file aero_parameters.hpp.
| double common_lib::car_parameters::AeroParameters::lift_coefficient = -0.86 |
Definition at line 13 of file aero_parameters.hpp.