Formula Student Autonomous Systems
The code for the main driverless system
Loading...
Searching...
No Matches
weight_transfer.hpp File Reference
#include <Eigen/Dense>
#include "common_lib/car_parameters/car_parameters.hpp"
Include dependency graph for weight_transfer.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  common_lib
 
namespace  common_lib::car_model
 

Functions

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.