exceptions

Exception used when the URI is not for the current driver (ie. radio:// for the serial driver …) It basically means that an other driver could do the job It does NOT means that the URI is good or bad


Classes

CommunicationException

CommunicationException(*args, **kwargs)

Communication problem when communicating with a Crazyflie


Ancestors (in MRO)

  • builtins.Exception
  • builtins.BaseException

WrongUriType

WrongUriType(*args, **kwargs)

Wrong type of URI for this interface


Ancestors (in MRO)

  • builtins.Exception
  • builtins.BaseException