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

Method groundspeed

dronekit/__init__.py:1771–1779  ·  view source on GitHub ↗

Current groundspeed in metres/second (``double``). This attribute is settable. The set value is the default target groundspeed when moving the vehicle using :py:func:`simple_goto` (or other position-based movement commands).

(self)

Source from the content-addressed store, hash-verified

1769
1770 @property
1771 def groundspeed(self):
1772 """
1773 Current groundspeed in metres/second (``double``).
1774
1775 This attribute is settable. The set value is the default target groundspeed
1776 when moving the vehicle using :py:func:`simple_goto` (or other position-based
1777 movement commands).
1778 """
1779 return self._groundspeed
1780
1781 @groundspeed.setter
1782 def groundspeed(self, speed):

Callers

nothing calls this directly

Calls 1

send_mavlinkMethod · 0.95

Tested by

no test coverage detected