#include <base_aero_model.hpp>
Definition at line 7 of file base_aero_model.hpp.
◆ AeroModel()
◆ aero_forces()
| virtual Eigen::Vector3d AeroModel::aero_forces |
( |
const Eigen::Vector3d & |
velocity | ) |
const |
|
pure virtual |
Calculate the aero forces.
- Parameters
-
| velocity | Velocity of the car in m/s in the car's body frame [vx, vy, angular_velocity] |
- Returns
- Eigen::Vector3d Aero forces in the car's body frame [Fx, Fy, Fz] in Newtons
Implemented in DefaultAeroModel.
◆ car_parameters_
The documentation for this class was generated from the following file: