# Regarding controlling drone flight using code

Source: https://forum.modalai.com/topic/3598/regarding-controlling-drone-flight-using-code
Category: Development Drones (https://forum.modalai.com/category/44/development-drones)
Tags: starling
Posted: 2024-07-02 06:29:00 UTC by cy208183395
Replies: 2 · Views: 610

## cy208183395 · 2024-07-02 06:29:00 UTC

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!

## Reply by Eric Katzfey (ModalAI staff) · 2024-07-02 17:11:31 UTC

@cy208183395 I would take a look at the documentation for MAVSDK. It has a python interface available and can do drone control.

## Reply by cy208183395 · 2024-07-08 03:11:01 UTC (in reply to Eric Katzfey)

@Eric-Katzfey said in [Regarding controlling drone flight using code](/post/18004):
> @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
