Formula Student Autonomous Systems
The code for the main driverless system
Loading...
Searching...
No Matches
rigid_body_model.hpp
Go to the documentation of this file.
2
4public:
7
15 Eigen::Vector4d compute_loads(const Eigen::VectorXd& dynamic_state) const override;
16};
Base class for models that compute load transfer on a vehicle.
Eigen::Vector4d compute_loads(const Eigen::VectorXd &dynamic_state) const override
Computes loads on the tires based on the dynamic state of the vehicle.
RigidBodyLoadTransferModel(const common_lib::car_parameters::CarParameters &car_parameters)