Formula Student Autonomous Systems
The code for the main driverless system
Loading...
Searching...
No Matches
aero_parameters.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <yaml-cpp/yaml.h>
4
5#include <ament_index_cpp/get_package_prefix.hpp>
6#include <string>
7
9
11
13 double lift_coefficient = -0.86;
14 double drag_coefficient = 0.73;
16 double aero_balance_front = 0.5;
17 double frontal_area = 0.44;
18};
19
20} // namespace common_lib::car_parameters