Package-level declarations
Types
Link copied to clipboard
Represents a robot with attachments.
Link copied to clipboard
Represents the state of a robot.
Link copied to clipboard
A base class for robots that have a drivetrain.
Link copied to clipboard
open class RobotWithMecanumDrivetrain<T : MecanumDrivetrain>(hardwareMap: HardwareMap, val drivetrain: T) : RobotWithDrivetrain<T>
A base class for robots that have a mecanum drivetrain.