Make a quadcopter object using:
QuadCopter = QuadCopterModel
Generate list of N target points:
Targets = 50*rand(N,3);
Set tolerance:
Tol = 0.1;
Set Video File name:
videoname = 'Flighttest.avi'
Call the flight controller:
FlightController(QuadCopter, TargetList, Tol, videoname)
引用格式
Lateef Adewale Kareem (2024). QuadCopter (https://www.mathworks.com/matlabcentral/fileexchange/117280-quadcopter), MATLAB Central File Exchange. 检索时间: .
MATLAB 版本兼容性
创建方式
R2022a
兼容任何版本
平台兼容性
Windows macOS Linux标签
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!