cozmo.exceptions
SDK-specific exception classes.
Exceptions
|
Base class for errors that occur with robot actions. |
|
Raised if an attempt is made to play a named animation before animations have been received. |
|
Raised if an attempt is made to place an object on top of an invalid object |
|
Raised if the connection to the device is unexpectedly lost. |
|
Raised if the connection check has failed. |
|
Base class for errors regarding connection to the device. |
|
Base class of all Cozmo SDK exceptions. |
|
Raised by opengl viewer if no valid GLUT implementation available. |
|
Raised if no devices connected running Cozmo in SDK mode |
|
Raised if an attempt is made to pick up or place an object that can't be picked up by Cozmo |
|
Raised if an attempt is made to perform an action while another action is still running. |
|
Raised when the SDK is being shut down |
|
Raised if the Cozmo SDK version is not compatible with the software running on the device. |
|
Raised by event handlers to prevent further handlers from being triggered. |