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

Method _disconnected

cflib/crazyflie/param.py:235–241  ·  view source on GitHub ↗

Disconnected callback from Crazyflie API

(self, uri)

Source from the content-addressed store, hash-verified

233 toc_fetcher.start()
234
235 def _disconnected(self, uri):
236 """Disconnected callback from Crazyflie API"""
237 self.param_updater.close()
238 self.is_updated = False
239 # Clear all values from the previous Crazyflie
240 self.toc = Toc()
241 self.values = {}
242
243 def request_param_update(self, complete_name):
244 """

Callers

nothing calls this directly

Calls 2

TocClass · 0.85
closeMethod · 0.45

Tested by

no test coverage detected