Package-level declarations
Types
BunyipsLib hook manager for the SDK via the Sinister
utilities, allowing execution of static hooks giving BunyipsLib the ability to hook into the execution cycle of OpModes and access the classpath. The utilities here run in the background regardless of what the user is running, therefore, no interaction is needed with this class.
Telemetry implementation for BunyipsLib, integrating FtcDashboard and Driver Station calls in one object, while providing additional features useful for debugging and telemetry management. This is used internally by BunyipsOpMode to be accessible by the overridden telemetry
field.
Abstract class to use as parent to the class you will define to mirror a "saved configuration" on the Robot Controller, and to define any robot related constants or subsystems. Supported for use in both BunyipsOpModes and any other normal SDK OpMode. This paradigm is known as RobotHardware.