필터 지우기
필터 지우기

How to increase the velocity of high-fidelity-plant multirotor in uavpackagedelivery

조회 수: 13 (최근 30일)
I used the uavpackagedelivery example to let a multirotor uav follow some waypoints. The problem is that, no matter how much i change the PID controller attributes of the velocity and position control and therefore the pitch and roll control in the control system of the high fidelity plant, the uav is flying way to slow, while it flies pretty fast with the low fidelity plant. The only way to increase the speed is by increasing the LookaheadDistance at the waypointfollower block. But that ruins the desired flightpath.
Is there any other way to let the uav fly faster without having to increase the lookaheaddistance?

답변 (1개)

Pratyush
Pratyush 2024년 7월 16일 8:44
Hi Eymen,
To increase the UAV's speed in MATLAB without compromising the flight path, consider the following steps:
  1. Adjust Maximum Velocity and Acceleration Limits: Ensure these limits are not too restrictive.
  2. Tune PID Controller Gains: Increase the proportional gain (P) for a quicker response, but be cautious of overshooting.
  3. Optimize Waypoint Follower Parameters: Adjust parameters like 'DesiredSpeed' and 'MaxAngularVelocity'.
  4. Use Feedforward Control: Anticipate control actions based on the desired trajectory.
  5. Check for Saturation Limits: Ensure control signals are not being limited by low actuator limits.
  6. Adjust Simulation Time Step: Ensure the time step is appropriate for accurate control.
  7. Review Plant Model Dynamics: Verify and adjust the model parameters for realistic behavior.
  8. Consider Alternative Control Strategies: Explore methods like Model Predictive Control (MPC) or Linear Quadratic Regulator (LQR) for better performance.
These steps should help achieve a faster and more accurate flight path for your UAV.

카테고리

Help CenterFile Exchange에서 UAV에 대해 자세히 알아보기

제품


릴리스

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by