Road Runner Bot Entity
constructor(meepMeep: MeepMeep, constraints: Constraints, width: Double, height: Double, pose: Pose2d, colorScheme: ColorScheme, opacity: Double, driveTrainType: DriveTrainType = DriveTrainType.MECANUM, listenToSwitchThemeRequest: Boolean = false)
Parameters
meep Meep
The MeepMeep instance.
constraints
The motion constraints for the bot.
width
The width of the bot.
height
The height of the bot.
pose
The initial pose of the bot.
color Scheme
The color scheme for the bot.
opacity
The opacity of the bot.
drive Train Type
The type of drivetrain used by the bot.
listen To Switch Theme Request
Flag to listen to theme switch requests.