A Simulink-based control model for inverted V-tail fixed-wing flight simulation with X-Plane
This project provide a collection of useful resources for beginners to understand control algorithms for an inverted V-tail fixed-wing. The project has come with real-time UDP protocol for controlling aircraft model in X-Plane.
- Open and run (F5) "waypoints_tracking.slx" in Simulink.
- The "waypoints_tracking.slx" model will call "autoTakeoff.slx" for the auto takeoff
- Demonstration video at my website.
- "setup_xplane.mdl" is for define coresponding actuators, sensors in X-Plane to retrive data and control.
- "joystick.slx" is a connection for RC input.
- "wp.m" contains mission waypoints.
- "positionPlot.m" draw live trajectory.
- Refer modelling instruction from Laminar Research to build your own aircraft models.
- Try the Penguin drone if you like. It's a inverted V-tail configuration and is the same UAV class with my model. Therefore, it's compatible with the control model. You might need to fine tune several PID parameters to make it flight.