Auto Path Manager
class AutoPathManager(swerveAuto: SwerveAuto, gyro: GenericGyro, commandsToRun: HashMap<String, HashMap<Int, CommandBase>> = hashMapOf())
Constructors
Link copied to clipboard
constructor(swerveAuto: SwerveAuto, gyro: GenericGyro, commandsToRun: HashMap<String, HashMap<Int, CommandBase>> = hashMapOf())