UAV Simulator
|
Implementation of the Aircraft class used for UAV simulation. More...
Implementation of the Aircraft class used for UAV simulation.
This class models a fixed-wing UAV by loading its aerodynamic and inertial parameters from a configuration file, computing forces and moments, performing state propagation via RK4 integration, and updating/rendering its 3D geometry in the Easy3D viewer. It also provides helper functions for calculating aerodynamic coefficients, control inputs for trim, and HUD rendering.