Use tiltrotor UAV toolbox example for quadplane?
16 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hey, so I am using MATLAB R2023b for a uav simulation. I found UAV Toolbox, and I have been tinkering with it for a bit. The example model they have is a tiltrotor, but I am using a quadplane (4 motors for hover, 1 motor for forward flight). I was wondering if there's a way to change this model so it can be used for quadplane?
Any help would be welcome.
Thanks.
0 commentaires
Réponses (1)
Jianxin Sun
le 25 Mar 2025
https://www.mathworks.com/help/uav/ug/customize-vtol-configuration.html walks through the tiltrotor model structure. You can update the propulsion model to include one additional motor for forward flight. You will also need to make some updates to the autopilot Hover controller, Tilt-Transition controller and Control mixer so that the vehicle can fly properly without rotor-tilt. A similar controller structure used in quadcopter should be sufficient here. One example for quadcopter can be found in https://www.mathworks.com/help/uav/ug/uav-package-delivery.html.
0 commentaires
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!