UAV package delivery flight starting point
조회 수: 5 (최근 30일)
이전 댓글 표시
How to solve the problem of UAV starting under the ground in the delivery package. You can see in the picture
댓글 수: 0
답변 (1개)
Divyajyoti Nayak
2023년 6월 22일
Hi,
I think your problem might be solved by changing the initial world position.
You may try using this:
set_param(Plant, "InitialWorldPositionMultirotor", [-60 -182 0]);
where [-60, -182 0] is the new initial position
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!