Formula Student Autonomous Systems
The code for the main driverless system
Loading...
Searching...
No Matches
default_aero_model.hpp
Go to the documentation of this file.
1#pragma once
2
3#include "base_aero_model.hpp"
4
5class DefaultAeroModel : public AeroModel {
6public:
7 Eigen::Vector3d aero_forces(const Eigen::Vector3d& velocity) const override;
8};
Eigen::Vector3d aero_forces(const Eigen::Vector3d &velocity) const override
Calculate the aero forces.