Connection error problem using dronekit

Hello. I know that mavsdk is recommended rather than dronekit recently, but ardupilot is more suitable for me. So I’m going to use the dronekit.

To connect with the drone using the drone kit-python, it was performed according to the method from the guide.

However, any attempt by USB, Telemetry, or udp methods (coded according to the guide) will not connect to the drone.

Of course, I checked that it is connected well with MP.

Can’t I use the drone kit in the current situation?

pymavlink is better, try using that instead.

Thank you! The drone connection was successful through this page.

pymavlink is better for what? Why?

This PR should answer some of your questions.

1 Like