Component
interface Component
A class representing a basic unit of robot organization, encapsulating low-level robot hardware and providing methods to be used by Commands. The CommandScheduler uses components to ensure that multiple commands are not using the same hardware at the same time. Commands that use a component should include that component in their Command.requirements set.
Inheritors
Functions
Link copied to clipboard
Link copied to clipboard
Unregisters this component.
Link copied to clipboard
This method is called repeatedly by the CommandScheduler.