How to customize quad plane model to tri- copter model?

조회 수: 15 (최근 30일)
Nour Ahmed
Nour Ahmed 2023년 10월 30일
답변: Ashok 2024년 10월 25일 12:58
Can this model be customized to tiltrotor UAV having 3 rotors, the two front have the same propeller of 13 in and the third have another propeller of 17in ?
openExample('uav/CustomizeVTOLConfigurationForYourApplicationExample')

답변 (1개)

Ashok
Ashok 2024년 10월 25일 12:58
Hey Nour,
Absolutely, the example for a quad rotor VTOL found here can be adapted to simulate a tri-rotor VTOL: 
Here are the modifications needed:
  1. Modify the rotor geometry in the exampleHelperSetVTOLDynamics script located at VTOLApp\utilities\Setup within the example's base folder.
  2. Update the force and moment calculations in the VTOLTiltrotor/Digital Twin/Force and Moments/Propulsion block for three rotors.
  3. Alter the actuator control calculation in the VTOLTiltrotor/Autopilot/Scheduler block to suit a tri-rotor VTOL.
  4. Change the VTOLTiltrotor/Visualization block only if visualization for the tri-rotor VTOL is necessary. The helper script exampleHelperTiltRotorAnimator in VTOLApp\utilities\Visualization will also need modification.
Keep in mind that the controller parameters might need tuning. For guidance, refer to this page on Tune Control Design for VTOL UAV in Hover Configuration: 
I believe this will assist you!

카테고리

Help CenterFile Exchange에서 Quadcopters and Drones에 대해 자세히 알아보기

태그

제품


릴리스

R2023b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by