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

Method is_stable

dronekit/__init__.py:317–322  ·  view source on GitHub ↗

Returns True if the autopilot reports that the current firmware is a stable release (not a pre-release or development version).

(self)

Source from the content-addressed store, hash-verified

315 self.release = raw_version & 0xFF
316
317 def is_stable(self):
318 """
319 Returns True if the autopilot reports that the current firmware is a stable
320 release (not a pre-release or development version).
321 """
322 return self.release == 255
323
324
325 def release_version(self):

Callers 2

__str__Method · 0.95
vehicle_state.pyFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected