MCPcopy
hub / github.com/dronekit/dronekit-python / _send

Method _send

dronekit/__init__.py:750–755  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

748 return self._count
749
750 def _send(self):
751 if self._active:
752 overrides = [0] * 8
753 for k, v in self.iteritems():
754 overrides[int(k) - 1] = v
755 self._vehicle._master.mav.rc_channels_override_send(0, 0, *overrides)
756
757
758class Channels(dict):

Callers 3

__setitem__Method · 0.95
__delitem__Method · 0.95
overridesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected