Formula Student Autonomous Systems
The code for the main driverless system
Loading...
Searching...
No Matches
pacejka_combined_slip.hpp
Go to the documentation of this file.
1#pragma once
2
3#include "base_tire_model.hpp"
4
6public:
7 std::pair<double, double> tire_forces(double slip_angle, double slip_ratio,
8 double vertical_load) const override;
9};
std::pair< double, double > tire_forces(double slip_angle, double slip_ratio, double vertical_load) const override
Calculate the forces acting in a tire based on the tire characteristics and dynamic state.
Class used to model tires.