MCPcopy Create free account
hub / github.com/bitcraze/crazyflie-lib-python / connect

Method connect

examples/flash-memory.py:55–60  ·  view source on GitHub ↗

Connect to the crazyflie.

(self)

Source from the content-addressed store, hash-verified

53 # Public methods
54
55 def connect(self):
56 """
57 Connect to the crazyflie.
58 """
59 print('Connecting to %s' % self._link_uri)
60 self._cf.open_link(self._link_uri)
61
62 def disconnect(self):
63 print('Disconnecting from %s' % self._link_uri)

Calls 1

open_linkMethod · 0.45