|
Formula Student Autonomous Systems
The code for the main driverless system
|
#include <rigid_body_model.hpp>


Public Member Functions | |
| RigidBodyLoadTransferModel (const common_lib::car_parameters::CarParameters &car_parameters) | |
| Eigen::Vector4d | compute_loads (const Eigen::VectorXd &dynamic_state) const override |
| Computes loads on the tires based on the dynamic state of the vehicle. | |
Public Member Functions inherited from LoadTransferModel | |
| LoadTransferModel (const common_lib::car_parameters::CarParameters &car_parameters) | |
Additional Inherited Members | |
Protected Attributes inherited from LoadTransferModel | |
| std::shared_ptr< common_lib::car_parameters::CarParameters > | car_parameters_ |
Definition at line 3 of file rigid_body_model.hpp.
|
inline |
Definition at line 5 of file rigid_body_model.hpp.
|
overridevirtual |
Computes loads on the tires based on the dynamic state of the vehicle.
| dynamic_state | Receives only the lateral and longitudinal accelerations |
Implements LoadTransferModel.
Definition at line 3 of file rigid_body_model.cpp.