brian.pilot
- Pilot
- PilotException
- PilotAlreadyClosedError
- PilotAlreadyClosedException
- PilotNotReadyError
- PilotConfigurationError
- PilotAlreadyReservedError
PilotException class objects
Base exception for pilot operations.
PilotAlreadyClosedError class objects
Raised when trying to operate on a closed Pilot instance.
PilotAlreadyClosedException class objects
Backwards-/ergonomics-friendly alias: some codebases prefer an Exception suffix.
PilotNotReadyError class objects
Raised when trying to operate the pilot and it is not ready (for example motors not ready).
PilotConfigurationError class objects
Raised when pilot configuration is invalid (for example bad wheelbase or motor setup).
PilotAlreadyReservedError class objects
Raised when trying to create a pilot while PilotSync ownership is already reserved.