|
Formula Student Autonomous Systems
The code for the main driverless system
|
Functions | |
| Eigen::Vector4d | weight_transfer (const Eigen::Vector2d accelerations, const Eigen::Vector3d &aero_forces, const common_lib::car_parameters::CarParameters &car_params) |
| Calculate the weight transfer based on car parameters, on accelerations and aerodynamic forces. | |
| Eigen::Vector4d common_lib::car_model::weight_transfer | ( | const Eigen::Vector2d | accelerations, |
| const Eigen::Vector3d & | aero_forces, | ||
| const common_lib::car_parameters::CarParameters & | car_params | ||
| ) |
Calculate the weight transfer based on car parameters, on accelerations and aerodynamic forces.
| accelerations | accelerations at the center of gravity in the x and y directions (longitudinal and lateral) |
| aero_forces | aerodynamic forces in the x, y, and z directions |
| car_params | car parameters including mass, wheelbase, center of gravity height, etc. |
Definition at line 6 of file weight_transfer.cpp.

