How to obtain acceleration and angular velocity control inputs to track a fixed-wing UAV trajectory?
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Shubham Kalpande
am 7 Mär. 2021
Kommentiert: Shubham Kalpande
am 28 Mär. 2021
I want to track a given trajectory for a fixed-wing UAV. This example from UAV toolbox does the exact task, but I am not able to understand what are it's control inputs (u). Can someone please explain how can I obtain these control inputs or is there any other way to get the tracking done in a simple manner and obtain the acceleration and angular velocity inputs?
0 Kommentare
Akzeptierte Antwort
Jianxin Sun
am 10 Mär. 2021
Hi Shubham,
You can check the exampleHelperUAVDerivatives.m file in the example you referred to. This file should be in the same folder you had the example mlx file.
You can also check the reference page https://www.mathworks.com/help/uav/ref/fixedwing.html for more details on the fixed wing kinematic model we used in the example and check the example https://www.mathworks.com/help/uav/ug/tuning-waypoint-follower-for-fixed-wing.html for a Simulink implementation of a similar controller.
Thanks,
Jianxin
10 Kommentare
Jianxin Sun
am 25 Mär. 2021
You can check the high fidelity plant model implementation in https://www.mathworks.com/help/uav/ug/approximate-high-fidelity-uav-model-with-guidance-model.html. It includes emulating sensor noise.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu UAV finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!