- https://in.mathworks.com/help/aeroblks/quadcopter-project.html (Quadcopter Project)
- https://in.mathworks.com/videos/drone-simulation-and-control-part-1-setting-up-the-control-problem-1539323440930.html (Drone simulation and control)
- https://www.mathworks.com/videos/drone-simulation-and-control-part-2-how-do-you-get-a-drone-to-hover--1539323448303.html (Drone simulation and control)
- https://www.mathworks.com/videos/programming-drones-with-simulink-1513024653640.html (Drone with simulink)
Convert global to local co-ordinate system
2 views (last 30 days)
Show older comments
Kaushik Vishwanath Sankaranarayanan
on 21 Mar 2020
Answered: Prabhan Purwar
on 26 Mar 2020
I want to move the drone with reference to its local co-ordinate system, however the XYZ inputs are with respect to the global co-ordinate system. How can I convert the global co-ordinate reference to the local co-ordinate reference?
0 Comments
Accepted Answer
Prabhan Purwar
on 26 Mar 2020
Hi,
Global2localcoord() is used to convert global to local coordinates.
Following links may give you more insights:
Hope it helps!!
0 Comments
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!