Formula Student Autonomous Systems
The code for the main driverless system
Loading...
Searching...
No Matches
tire_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 tire_B_lateral = 9.63;
14 double tire_C_lateral = -1.39;
15 double tire_D_lateral = 1.6;
16 double tire_E_lateral = 1.0;
17 double tire_B_longitudinal = 9.63;
18 double tire_C_longitudinal = -1.39;
19 double tire_D_longitudinal = 1.6;
20 double tire_E_longitudinal = 1.0;
21};
22
23} // namespace common_lib::car_parameters