We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a3d6ae commit 6a9dc07Copy full SHA for 6a9dc07
examples/gripper.py
@@ -3,6 +3,7 @@
3
import asyncio
4
from mavsdk import System
5
6
+
7
async def run():
8
drone = System()
9
await drone.connect(system_address="udp://:14540")
examples/winch.py
0 commit comments