Files
allwpilib/robotpyExamples/examples/examples.toml

42 lines
841 B
TOML
Raw Normal View History

[tests]
base = [
"ArcadeDrive",
"ArcadeDriveXboxController",
"ArmSimulation",
"DifferentialDriveBot",
"DifferentialDrivePoseEstimator",
"DriveDistanceOffboard",
"DutyCycleEncoder",
"ElevatorExponentialProfile",
"ElevatorExponentialSimulation",
"ElevatorProfiledPID",
"ElevatorSimulation",
"ElevatorTrapezoidProfile",
"Encoder",
"GettingStarted",
"Gyro",
"HatchbotInlined",
"HatchbotTraditional",
"MecanumBot",
"MecanumDrive",
"MecanumDrivePoseEstimator",
"Mechanism2d",
"RapidReactCommandBot",
"RomiReference",
"SimpleDifferentialDriveSimulation",
"StateSpaceArm",
"StateSpaceElevator",
"StateSpaceFlywheel",
"StateSpaceFlywheelSysId",
"SwerveBot",
"SwerveDrivePoseEstimator",
"SysId",
"TankDrive",
"TankDriveXboxController",
"UnitTest",
"XrpReference",
]
ignored = [
]