Simulink Drone Reference Application
Simulink Drone Reference Application
This Simulink® Project shows the implementation of a Remotely Piloted Radio-Control fixed-wing aircraft (i.e. Drone, UAV), an autopilot for flight stabilization, and an operator interface to control its trajectory.
Components
The model consists of three main components:
Plant model
A Six-Degree-Of-Freedom (6-DOF) dynamics model for a foam-built, 65-inch wingspan, Multiplex Mentor hobby radio controlled aircraft. It consists of models for the aircraft dynamics, the weather, the motor, the actuators and the sensors. The plant receives commands for the four actuator channels: (1) Throttle, (2) Ailerons, (3) Rudder, and (4) Elevator. In turn, it produces a set of readings as those that a sensor suite would produce on board this type of aircraft.
The plant model uses a flat-earth approximation and therefore it will only work for flights which have a range of approximately 20 Km..
Autopilot model.
The autopilot controller is a classical lateral/longitudinal channel flight controller which includes Guidance, Navigation and Control (except attitude estimation as this is assumed to be obtained directly from the sensor suite). The autopilot, based on the ground control station commands and the sensor readings, produces control commands for the control surfaces and also reports telemetry back to the ground station. This block stabilizes the aircraft to keep it in-flight.
It allows the operator to command it to fly in four different modes:
- Waypoint guidance.
- Circular Guidance.
- Return to Base.
- Mid-level contro commands (Uc, phi_c, H_c)
Aircraft operator interface.
This represents the console operating the RC Aircraft in flight. It issues commands sent from the ground to the aircraft (waypoints, airspeed, height, etc...).
The block receives telemetry reported by the aircraft such as attitude, sensor readings, and overall aircraft status. This will allow to set the desired behavior of the aircraft while in-flight.
This model has the option to interact with the well-know, publicly available Open Source Micro Air Vehicle ground station software QGroundControl. To communicate with QGroundControl, the model uses the MAVLink communications protocol.
Functionality
This Simulink Project exercises several common workflows in flight control development. Its purpose is to show a recommended approach to a Model-Based Design (MBD) process to develop a proof of concept Drone flight controller (autopilot). Particularly we show the following workflows:
-
Flight Controller Design Develop a fixed-wing drone autopilot and test its behavior in a reasonably realistic 6DOF aircraft simulation.
-
Simulate the Flight Controller Under Different Conditions: Rapidly asses the performance of an autopilot under many simulated flight conditions, using local parallel simulations.
-
Flight Envelope Characterization Rapidly characterize the Aircraft’s performance by doing a wide range of environmental and initial conditions sweep using MATLAB Distributed Computing Server.
-
UAV SME Capabilities Assessment Demonstrate to a Subject Matter Expert (SME), early in the design process, the Drone’s capabilities and gather feedback on usability and its functionality, via co-simulation between Simulink and QGroundControl Ground Station Software.
-
Test Correctness of the Fight Controller’s Generated Code Test the code behavior using Simulink's Software-In-the-Loop on the development computer for same results (within bounds) of the designed autopilot.
-
Deploy and Test Correctness of the Flight Controller’s Generated Code Test the code’s behavior on a development board (a Raspberry Pi) for same results (within bounds) using Simulink's Processor-In-the-Loop.
-
System Integration Test (Hardware-In-the-Loop) Test the flight controller deployed in the development board (Raspberry Pi) with a 6DOF aircraft simulation running in a Speedgoat® Real-Time computer with Simulink Real-Time™.
-
Run Regression Tests Run Regression tests locally.
Co-Simulation and Control Interface
This model can interact with the Open Source QGroundControl ground station software to control the aircraft while "in flight":
Getting Started
To run the model clone the repository into your own working directory and, from the MATLAB command line:
>> openProject('pathToYourProject/MBDRI.prj');
>> configSim;
>> runShortFlight;
This should produce five plots, the first being an XY plot of a complete mission around 6 waypoints, as shown below:
Setup
To get the full functionality, you will need a computer running MATLAB®, Simulink® and a supported compiler plus the following products depending on the workflow:
For Flight Control Design
Simulate the Flight Controller Under Different Conditions
Flight Envelope Characterization
SME Assesment and Connectivity to QGroundControl
- QGroundControl 3.1.3 or higher.
For Testing and Deploying the Behavior of the Fight Controller’s Generated Code
- A Raspberry Pi 2 or 3 board.
- MATLAB Coder™
- Simulink Coder™
- Embedded Coder™
- Simulink Support Package for Raspberry Pi
For System Integration Test (Hardware-In-the-Loop)
- A host computer running Windows
- Simulink Real-Time™
- A supported Speedgoat target computer with two ethernet ports
- A Raspberry Pi 2 or 3 board
- MATLAB Coder™
- Simulink Coder™
- Simulink Support Package for Raspberry Pi
For Automated Tests (Back-to-Back and Regression Tests)
License
The license is available in the License file within this repository.
Contributing
If you are interested in contributing we are definitely interested in hearing from you. There are many open tickets and we are sure this list will only grow, so feel free to contribute by owning one of those tickets and send us a pull request.
If you would like to suggest an enhancement please create a new issue and apply the enhancement label. This is no guarantee that we will get to it, but we will definitely take it into consideration.
If you have encountered a bug, please create a new issue and apply the bug label.
Community Support
Copyright 2021 The MathWorks, Inc.
引用格式
Pablo Romero (2024). Simulink Drone Reference Application (https://github.com/mathworks/simulinkDroneReferenceApp/releases/tag/v2.1), GitHub. 检索时间: .
MATLAB 版本兼容性
平台兼容性
Windows macOS Linux类别
- Engineering > Aerospace Engineering > Flight Dynamics >
- Engineering > Aerospace Engineering > UAV >
- Engineering > Aerospace Engineering > GNC and Avionics >
- Real-Time Simulation and Testing > Simulink Real-Time > Real-Time Implementation Examples >
标签
社区
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!architecture
data
lib
models/Simulation/parsimUtilities
models/Simulation/simUtilities
tests
utilities
utilities/ui
architecture
lib
models/Autopilot/models
models/Autopilot/models/Guidance
models/PlantModel
models/Simulation
无法下载基于 GitHub 默认分支的版本
版本 | 已发布 | 发行说明 | |
---|---|---|---|
2.1 | See release notes for this release on GitHub: https://github.com/mathworks/simulinkDroneReferenceApp/releases/tag/v2.1 |
||
2.0.1 | See release notes for this release on GitHub: https://github.com/mathworks/simulinkDroneReferenceApp/releases/tag/v2.0.1 |
||
2.0 | See release notes for this release on GitHub: https://github.com/mathworks/simulinkDroneReferenceApp/releases/tag/v2.0 |
||
1.0.0.0 |
|