Regarding controlling drone flight using code
-
I am using the Starling drone and have completed your basic drone training camp, where I learned how to control the drone using a wireless controller. However, I now want to control the drone using Python programming. I reviewed the VOXL2 SDK and found that there is no clear process to control the drone for takeoff, landing, moving forward, etc. Is there any way you can help me with this? Thank you!
-
@cy208183395 I would take a look at the documentation for MAVSDK. It has a python interface available and can do drone control.
-
@Eric-Katzfey said in Regarding controlling drone flight using code:
@cy208183395 I would take a look at the documentation for MAVSDK. It has a python interface available and can do drone control.
Thanks for your reply