2018-05-04 16:51:37 -07:00
[
{
"name" : "Getting Started" ,
2023-02-12 16:49:20 +02:00
"description" : "A differential-drive robot with split-stick Xbox arcade drive with a simple time-based autonomous." ,
2018-05-04 16:51:37 -07:00
"tags" : [
2023-01-22 01:24:10 +02:00
"Basic Robot"
2018-05-04 16:51:37 -07:00
] ,
2018-05-24 17:08:37 -07:00
"foldername" : "gettingstarted" ,
2018-07-18 22:01:19 -07:00
"gradlebase" : "java" ,
2026-02-21 14:35:26 -08:00
"robotclass" : "Robot" ,
2020-11-11 22:36:18 -08:00
"commandversion" : 2
2018-05-04 16:51:37 -07:00
} ,
2026-06-21 23:10:53 -04:00
{
"name" : "Commands v3 - REBUILT Robot" ,
"description" : "A robot with a drivetrain, intake, and shooter subsystems controlled by the commands v3 framework" ,
"tags" : [
"Complete Robot" ,
"Commandv3" ,
"DataLog" ,
"Joystick" ,
"Swerve Drive" ,
"OpMode"
] ,
"foldername" : "rebuiltcmdv3" ,
"gradlebase" : "java" ,
"robotclass" : "Robot" ,
"commandversion" : 3
} ,
2019-08-05 11:34:02 +08:00
{
"name" : "Encoder" ,
2023-02-12 16:49:20 +02:00
"description" : "View values from a quadrature encoder." ,
2019-08-05 11:34:02 +08:00
"tags" : [
2023-01-22 01:24:10 +02:00
"Hardware" ,
"Encoder" ,
"SmartDashboard"
2019-08-05 11:34:02 +08:00
] ,
"foldername" : "encoder" ,
2026-04-25 15:43:24 -07:00
"gradlebase" : "java" ,
"robotclass" : "Robot" ,
"commandversion" : 2
} ,
{
"name" : "Expansion Hub Sample" ,
"description" : "Sample the functionality of the Expansion Hub motors." ,
"tags" : [
"Hardware" ,
"ExpansionHub" ,
"FTC" ,
"OpModes" ,
"SmartDashboard"
] ,
"foldername" : "expansionhubsample" ,
2019-08-05 11:34:02 +08:00
"gradlebase" : "java" ,
2026-02-21 14:35:26 -08:00
"robotclass" : "Robot" ,
2020-11-11 22:36:18 -08:00
"commandversion" : 2
2019-08-05 11:34:02 +08:00
} ,
2019-08-16 22:03:44 -07:00
{
"name" : "Elevator with trapezoid profiled PID" ,
2023-02-12 16:49:20 +02:00
"description" : "Reach elevator position setpoints with trapezoid profiles and smart motor controller PID." ,
2019-08-16 22:03:44 -07:00
"tags" : [
2023-01-22 01:24:10 +02:00
"Basic Robot" ,
"Elevator" ,
"Trapezoid Profile" ,
"Smart Motor Controller" ,
2019-08-16 22:03:44 -07:00
"Joystick"
] ,
"foldername" : "elevatortrapezoidprofile" ,
"gradlebase" : "java" ,
2026-02-21 14:35:26 -08:00
"robotclass" : "Robot" ,
2020-11-11 22:36:18 -08:00
"commandversion" : 2
2019-08-16 22:03:44 -07:00
} ,
2023-10-19 20:26:32 -04:00
{
"name" : "Elevator with exponential profile" ,
"description" : "Reach elevator position setpoints with exponential profiles and smart motor controller PID." ,
"tags" : [
"Basic Robot" ,
"Elevator" ,
"Exponential Profile" ,
"Smart Motor Controller" ,
"Joystick"
] ,
"foldername" : "elevatorexponentialprofile" ,
"gradlebase" : "java" ,
2026-02-21 14:35:26 -08:00
"robotclass" : "Robot" ,
2023-10-19 20:26:32 -04:00
"commandversion" : 2
} ,
2019-08-14 22:18:00 -07:00
{
"name" : "Elevator with profiled PID controller" ,
2023-02-12 16:49:20 +02:00
"description" : "Reach elevator position setpoints with an encoder and profiled PID control." ,
2019-08-14 22:18:00 -07:00
"tags" : [
2023-01-22 01:24:10 +02:00
"Basic Robot" ,
"Elevator" ,
"Profiled PID" ,
2019-08-14 22:18:00 -07:00
"Joystick"
] ,
"foldername" : "elevatorprofiledpid" ,
"gradlebase" : "java" ,
2026-02-21 14:35:26 -08:00
"robotclass" : "Robot" ,
2020-11-11 22:36:18 -08:00
"commandversion" : 2
2019-08-14 22:18:00 -07:00
} ,
2018-05-04 16:51:37 -07:00
{
"name" : "Gyro" ,
2023-02-12 16:49:20 +02:00
"description" : "Drive a differential drive straight with a gyro sensor." ,
2018-05-04 16:51:37 -07:00
"tags" : [
2023-01-22 01:24:10 +02:00
"Basic Robot" ,
"Differential Drive" ,
"PID" ,
"Gyro" ,
2018-05-04 16:51:37 -07:00
"Joystick"
] ,
2018-05-24 17:08:37 -07:00
"foldername" : "gyro" ,
2018-07-18 22:01:19 -07:00
"gradlebase" : "java" ,
2026-02-21 14:35:26 -08:00
"robotclass" : "Robot" ,
2020-11-11 22:36:18 -08:00
"commandversion" : 2
2018-05-04 16:51:37 -07:00
} ,
{
2026-03-14 17:13:45 -04:00
"name" : "Mecanum Drive" ,
2023-02-12 16:49:20 +02:00
"description" : "Drive a mecanum drivetrain using field-oriented controls with a joystick." ,
2018-05-04 16:51:37 -07:00
"tags" : [
2023-01-22 01:24:10 +02:00
"Basic Robot" ,
"Mecanum Drive" ,
"Gyro" ,
2018-05-04 16:51:37 -07:00
"Joystick"
] ,
2026-03-14 17:13:45 -04:00
"foldername" : "mecanumdrive" ,
2018-10-29 15:37:30 -04:00
"gradlebase" : "java" ,
2026-02-21 14:35:26 -08:00
"robotclass" : "Robot" ,
2020-11-11 22:36:18 -08:00
"commandversion" : 2
2018-10-29 15:37:30 -04:00
} ,
2023-01-16 18:26:46 +02:00
{
"name" : "Mechanism2d" ,
2023-02-12 16:49:20 +02:00
"description" : "Display mechanism states on a dashboard with Mechanism2d." ,
2023-01-16 18:26:46 +02:00
"tags" : [
2023-01-22 01:24:10 +02:00
"Basic Robot" ,
"Elevator" ,
"Arm" ,
"Analog" ,
"Joystick" ,
"SmartDashboard" ,
2023-01-16 18:26:46 +02:00
"Mechanism2d"
] ,
2021-04-30 23:43:59 +03:00
"foldername" : "mechanism2d" ,
"gradlebase" : "java" ,
2026-02-21 14:35:26 -08:00
"robotclass" : "Robot" ,
2021-04-30 23:43:59 +03:00
"commandversion" : 2
} ,
2019-08-25 17:47:07 -04:00
{
"name" : "'Traditional' Hatchbot" ,
2025-11-29 20:46:32 -08:00
"description" : "A fully-functional Commandv2 hatchbot for the 2019 game, written in the 'traditional' style, i.e. commands are given their own classes." ,
2019-08-25 17:47:07 -04:00
"tags" : [
2023-01-22 01:24:10 +02:00
"Complete Robot" ,
2025-11-29 20:46:32 -08:00
"Commandv2" ,
2023-01-22 01:24:10 +02:00
"Differential Drive" ,
"Encoder" ,
"Pneumatics" ,
2023-02-01 09:44:18 +02:00
"Sendable" ,
"DataLog" ,
2026-02-06 21:36:01 -08:00
"Gamepad"
2019-08-25 17:47:07 -04:00
] ,
"foldername" : "hatchbottraditional" ,
2019-10-18 11:39:31 -07:00
"gradlebase" : "java" ,
2026-02-21 14:35:26 -08:00
"robotclass" : "Robot" ,
2019-11-07 17:38:07 -08:00
"commandversion" : 2
2019-08-25 17:47:07 -04:00
} ,
{
"name" : "'Inlined' Hatchbot" ,
2025-11-29 20:46:32 -08:00
"description" : "A fully-functional Commandv2 hatchbot for the 2019 game, written in the 'inlined' style, i.e. many commands are defined inline with lambdas." ,
2019-08-25 17:47:07 -04:00
"tags" : [
2023-01-22 01:24:10 +02:00
"Complete Robot" ,
2025-11-29 20:46:32 -08:00
"Commandv2" ,
2023-01-22 01:24:10 +02:00
"Differential Drive" ,
"Encoder" ,
"Pneumatics" ,
2023-02-01 09:44:18 +02:00
"Sendable" ,
"DataLog" ,
2026-02-06 21:36:01 -08:00
"Gamepad"
2019-08-25 17:47:07 -04:00
] ,
"foldername" : "hatchbotinlined" ,
2019-10-18 11:39:31 -07:00
"gradlebase" : "java" ,
2026-02-21 14:35:26 -08:00
"robotclass" : "Robot" ,
2019-11-07 17:38:07 -08:00
"commandversion" : 2
2019-08-25 17:47:07 -04:00
} ,
2026-04-25 15:06:26 -07:00
{
"name" : "Hatchbot Commandsv3" ,
"description" : "A fully-functional Commandv3 hatchbot for the 2019 game, written in the 'inlined' style, i.e. many commands are defined inline with lambdas." ,
"tags" : [
"Complete Robot" ,
"Commandv3" ,
"Differential Drive" ,
"Encoder" ,
"Pneumatics" ,
"Sendable" ,
"DataLog" ,
"Gamepad"
] ,
"foldername" : "hatchbotcmdv3" ,
"gradlebase" : "java" ,
"robotclass" : "Robot" ,
"commandversion" : 3
} ,
2022-11-28 10:41:25 -05:00
{
"name" : "Rapid React Command Bot" ,
2025-11-29 20:46:32 -08:00
"description" : "A fully-functional Commandv2 fender bot for the 2022 game, written in the 'inlined' style, i.e. many commands are defined inline with lambdas." ,
2022-11-28 10:41:25 -05:00
"tags" : [
2023-01-22 01:24:10 +02:00
"Complete Robot" ,
2025-11-29 20:46:32 -08:00
"Commandv2" ,
2023-01-22 01:24:10 +02:00
"Differential Drive" ,
"Intake" ,
"Flywheel" ,
"Encoder" ,
"Pneumatics" ,
"Digital Input" ,
"PID" ,
2024-10-11 11:43:24 -04:00
"Gyro" ,
"Profiled PID" ,
2026-02-06 21:36:01 -08:00
"Gamepad"
2022-11-28 10:41:25 -05:00
] ,
"foldername" : "rapidreactcommandbot" ,
"gradlebase" : "java" ,
2026-02-21 14:35:26 -08:00
"robotclass" : "Robot" ,
2022-11-28 10:41:25 -05:00
"commandversion" : 2
} ,
2019-09-08 00:11:49 -04:00
{
"name" : "SwerveBot" ,
2023-02-12 16:49:20 +02:00
"description" : "Use kinematics and odometry with a swerve drive." ,
2019-09-08 00:11:49 -04:00
"tags" : [
2023-01-22 01:24:10 +02:00
"Swerve Drive" ,
"Odometry" ,
2026-02-06 21:36:01 -08:00
"Gamepad" ,
2023-01-22 01:24:10 +02:00
"Gyro" ,
"Encoder"
2019-09-08 00:11:49 -04:00
] ,
"foldername" : "swervebot" ,
"gradlebase" : "java" ,
2026-02-21 14:35:26 -08:00
"robotclass" : "Robot" ,
2019-11-07 17:38:07 -08:00
"commandversion" : 2
2019-09-08 00:11:49 -04:00
} ,
{
"name" : "MecanumBot" ,
2023-02-12 16:49:20 +02:00
"description" : "Use kinematics and odometry with a mecanum drive." ,
2019-09-08 00:11:49 -04:00
"tags" : [
2023-01-22 01:24:10 +02:00
"Mecanum Drive" ,
"Odometry" ,
"Encoder" ,
"Gyro" ,
2026-02-06 21:36:01 -08:00
"Gamepad"
2019-09-08 00:11:49 -04:00
] ,
"foldername" : "mecanumbot" ,
"gradlebase" : "java" ,
2026-02-21 14:35:26 -08:00
"robotclass" : "Robot" ,
2019-11-07 17:38:07 -08:00
"commandversion" : 2
2019-09-08 00:11:49 -04:00
} ,
{
"name" : "DifferentialDriveBot" ,
2023-02-12 16:49:20 +02:00
"description" : "Use kinematics and odometry with a differential drive." ,
2019-09-08 00:11:49 -04:00
"tags" : [
2023-01-22 01:24:10 +02:00
"Differential Drive" ,
"Odometry" ,
"Encoder" ,
"Gyro" ,
2026-02-06 21:36:01 -08:00
"Gamepad"
2019-09-08 00:11:49 -04:00
] ,
"foldername" : "differentialdrivebot" ,
"gradlebase" : "java" ,
2026-02-21 14:35:26 -08:00
"robotclass" : "Robot" ,
2019-11-07 17:38:07 -08:00
"commandversion" : 2
2019-10-27 00:33:41 -04:00
} ,
2019-11-10 22:53:17 -08:00
{
"name" : "Arcade Drive Xbox Controller" ,
2023-02-12 16:49:20 +02:00
"description" : "Control a differential drive with split-stick arcade drive in teleop." ,
2019-11-10 22:53:17 -08:00
"tags" : [
2023-01-22 01:24:10 +02:00
"Basic Robot" ,
"Differential Drive" ,
2026-02-06 21:36:01 -08:00
"Gamepad"
2019-11-10 22:53:17 -08:00
] ,
2026-02-06 21:36:01 -08:00
"foldername" : "arcadedrivegamepad" ,
2019-11-10 22:53:17 -08:00
"gradlebase" : "java" ,
2026-02-21 14:35:26 -08:00
"robotclass" : "Robot" ,
2020-11-11 22:36:18 -08:00
"commandversion" : 2
2019-11-10 22:53:17 -08:00
} ,
{
2026-02-06 21:36:01 -08:00
"name" : "Tank Drive Gamepad" ,
2023-02-12 16:49:20 +02:00
"description" : "Control a differential drive with Xbox tank drive in teleop." ,
2019-11-10 22:53:17 -08:00
"tags" : [
2023-01-22 01:24:10 +02:00
"Basic Robot" ,
"Differential Drive" ,
2026-02-06 21:36:01 -08:00
"Gamepad"
2019-11-10 22:53:17 -08:00
] ,
2026-02-06 21:36:01 -08:00
"foldername" : "tankdrivegamepad" ,
2019-11-10 22:53:17 -08:00
"gradlebase" : "java" ,
2026-02-21 14:35:26 -08:00
"robotclass" : "Robot" ,
2020-11-11 22:36:18 -08:00
"commandversion" : 2
2019-11-18 22:12:17 -08:00
} ,
{
"name" : "Duty Cycle Encoder" ,
2023-02-12 16:49:20 +02:00
"description" : "View values from a duty-cycle encoder." ,
2019-11-18 22:12:17 -08:00
"tags" : [
2023-01-22 01:24:10 +02:00
"Hardware" ,
"Duty Cycle" ,
"Encoder" ,
"SmartDashboard"
2019-11-18 22:12:17 -08:00
] ,
"foldername" : "dutycycleencoder" ,
"gradlebase" : "java" ,
2026-02-21 14:35:26 -08:00
"robotclass" : "Robot" ,
2019-11-18 22:12:17 -08:00
"commandversion" : 2
} ,
2026-06-20 10:28:24 -07:00
{
"name" : "Driver Station Display Lines" ,
"description" : "Display lines on the Driver Station display and update them every robot loop." ,
"tags" : [
"Basic Robot" ,
"Driver Station"
] ,
"foldername" : "driverstationdisplaylines" ,
"gradlebase" : "java" ,
"robotclass" : "Robot" ,
"commandversion" : 2
} ,
{
"name" : "Driver Station Display ANSI" ,
"description" : "Stream ANSI text to the Driver Station display and update a value in place once per second." ,
"tags" : [
"Basic Robot" ,
"Driver Station"
] ,
"foldername" : "driverstationdisplayansi" ,
"gradlebase" : "java" ,
"robotclass" : "Robot" ,
"commandversion" : 2
} ,
2019-12-07 16:37:54 -05:00
{
"name" : "DriveDistanceOffboard" ,
2025-04-26 05:06:26 +00:00
"description" : "Drive a differential drivetrain a set distance using TrapezoidProfile and smart motor controller PID." ,
2019-12-07 16:37:54 -05:00
"tags" : [
2025-11-29 20:46:32 -08:00
"Commandv2" ,
2023-01-22 01:24:10 +02:00
"Differential Drive" ,
"Trapezoid Profile" ,
"Smart Motor Controller" ,
2026-02-06 21:36:01 -08:00
"Gamepad"
2019-12-07 16:37:54 -05:00
] ,
"foldername" : "drivedistanceoffboard" ,
"gradlebase" : "java" ,
2026-02-21 14:35:26 -08:00
"robotclass" : "Robot" ,
2019-12-07 16:37:54 -05:00
"commandversion" : 2
2020-07-04 00:59:42 -04:00
} ,
2020-08-14 23:40:33 -07:00
{
"name" : "StateSpaceFlywheel" ,
2023-02-12 16:49:20 +02:00
"description" : "Control a flywheel using a state-space model (based on values from CAD), with a Kalman Filter and LQR." ,
2020-08-14 23:40:33 -07:00
"tags" : [
2023-01-22 01:24:10 +02:00
"Basic Robot" ,
2020-08-14 23:40:33 -07:00
"Flywheel" ,
2023-01-22 01:24:10 +02:00
"State-Space" ,
"LQR" ,
"Encoder" ,
2020-08-14 23:40:33 -07:00
"Joystick"
] ,
"foldername" : "statespaceflywheel" ,
"gradlebase" : "java" ,
2026-02-21 14:35:26 -08:00
"robotclass" : "Robot" ,
2020-08-14 23:40:33 -07:00
"commandversion" : 2
} ,
{
"name" : "StateSpaceFlywheelSysId" ,
2023-02-12 16:49:20 +02:00
"description" : "Control a flywheel using a state-space model (based on values from SysId), with a Kalman Filter and LQR." ,
2020-08-14 23:40:33 -07:00
"tags" : [
2023-01-22 01:24:10 +02:00
"Basic Robot" ,
2020-08-14 23:40:33 -07:00
"Flywheel" ,
2023-01-22 01:24:10 +02:00
"SysId" ,
"State-Space" ,
"LQR" ,
"Encoder" ,
2020-08-14 23:40:33 -07:00
"Joystick"
] ,
"foldername" : "statespaceflywheelsysid" ,
"gradlebase" : "java" ,
2026-02-21 14:35:26 -08:00
"robotclass" : "Robot" ,
2020-08-14 23:40:33 -07:00
"commandversion" : 2
} ,
{
"name" : "StateSpaceElevator" ,
2023-02-12 16:49:20 +02:00
"description" : "Control an elevator using a state-space model (based on values from CAD), with a Kalman Filter and LQR." ,
2020-08-14 23:40:33 -07:00
"tags" : [
2023-01-22 01:24:10 +02:00
"Basic Robot" ,
2020-08-14 23:40:33 -07:00
"Elevator" ,
2023-01-22 01:24:10 +02:00
"State-Space" ,
"LQR" ,
"Encoder" ,
2020-08-14 23:40:33 -07:00
"Joystick"
] ,
"foldername" : "statespaceelevator" ,
"gradlebase" : "java" ,
2026-02-21 14:35:26 -08:00
"robotclass" : "Robot" ,
2020-08-14 23:40:33 -07:00
"commandversion" : 2
} ,
{
"name" : "StateSpaceArm" ,
2023-02-12 16:49:20 +02:00
"description" : "Control an arm using a state-space model (based on values from CAD), with a Kalman Filter and LQR." ,
2020-08-14 23:40:33 -07:00
"tags" : [
2023-01-22 01:24:10 +02:00
"Basic Robot" ,
2020-08-14 23:40:33 -07:00
"Arm" ,
2023-01-22 01:24:10 +02:00
"State-Space" ,
"LQR" ,
"Encoder" ,
2020-08-14 23:40:33 -07:00
"Joystick"
] ,
"foldername" : "statespacearm" ,
"gradlebase" : "java" ,
2026-02-21 14:35:26 -08:00
"robotclass" : "Robot" ,
2020-08-14 23:40:33 -07:00
"commandversion" : 2
2020-09-20 09:39:52 -07:00
} ,
2020-12-08 01:32:42 -05:00
{
"name" : "SimpleDifferentialDriveSimulation" ,
2025-11-29 20:46:32 -08:00
"description" : "Simulate a differential drivetrain and follow trajectories with LTVUnicycleController (non-Commandv2)." ,
2020-12-08 01:32:42 -05:00
"tags" : [
2023-01-22 01:24:10 +02:00
"Differential Drive" ,
"State-Space" ,
2024-12-18 08:20:31 -08:00
"LTVUnicycleController" ,
2023-01-22 01:24:10 +02:00
"Path Following" ,
"Trajectory" ,
"Encoder" ,
2026-02-06 21:36:01 -08:00
"Gamepad" ,
2020-12-08 01:32:42 -05:00
"Simulation"
] ,
"foldername" : "simpledifferentialdrivesimulation" ,
"gradlebase" : "java" ,
2026-02-21 14:35:26 -08:00
"robotclass" : "Robot" ,
2020-12-08 01:32:42 -05:00
"commandversion" : 2
} ,
2020-09-20 09:39:52 -07:00
{
"name" : "ElevatorSimulation" ,
2023-02-12 16:49:20 +02:00
"description" : "Simulate an elevator." ,
2020-09-20 09:39:52 -07:00
"tags" : [
2023-01-22 01:24:10 +02:00
"Basic Robot" ,
2020-09-20 09:39:52 -07:00
"Elevator" ,
2023-01-22 01:24:10 +02:00
"State-Space" ,
2020-09-20 09:39:52 -07:00
"Simulation" ,
2023-02-03 15:23:06 -08:00
"Mechanism2d" ,
"Profiled PID"
2020-09-20 09:39:52 -07:00
] ,
"foldername" : "elevatorsimulation" ,
"gradlebase" : "java" ,
2026-02-21 14:35:26 -08:00
"robotclass" : "Robot" ,
2025-06-13 23:53:09 -04:00
"commandversion" : 2 ,
"hasunittests" : true
2020-09-20 09:39:52 -07:00
} ,
2023-10-19 20:26:32 -04:00
{
"name" : "Elevator Exponential Profile Simulation" ,
"description" : "Simulate an elevator." ,
"tags" : [
"Basic Robot" ,
"Elevator" ,
"State-Space" ,
"Simulation" ,
"Mechanism2d" ,
"PID" ,
"Exponential Profile"
] ,
"foldername" : "elevatorexponentialsimulation" ,
"gradlebase" : "java" ,
2026-02-21 14:35:26 -08:00
"robotclass" : "Robot" ,
2023-10-19 20:26:32 -04:00
"commandversion" : 2
} ,
2020-09-20 09:39:52 -07:00
{
"name" : "ArmSimulation" ,
2023-02-12 16:49:20 +02:00
"description" : "Simulate a single-jointed arm." ,
2020-09-20 09:39:52 -07:00
"tags" : [
2023-01-22 01:24:10 +02:00
"Basic Robot" ,
2020-09-20 09:39:52 -07:00
"Arm" ,
2023-01-22 01:24:10 +02:00
"State-Space" ,
2020-09-20 09:39:52 -07:00
"Simulation" ,
2022-01-31 00:17:04 -08:00
"Mechanism2d" ,
"Preferences"
2020-09-20 09:39:52 -07:00
] ,
"foldername" : "armsimulation" ,
"gradlebase" : "java" ,
2026-02-21 14:35:26 -08:00
"robotclass" : "Robot" ,
2025-06-13 23:53:09 -04:00
"commandversion" : 2 ,
"hasunittests" : true
2020-11-28 17:35:35 -05:00
} ,
2022-12-02 18:40:14 +02:00
{
"name" : "UnitTesting" ,
2023-02-12 16:49:20 +02:00
"description" : "Test a robot project with basic unit tests in simulation." ,
2022-12-02 18:40:14 +02:00
"tags" : [
2023-01-22 01:24:10 +02:00
"Intake" ,
"Pneumatics"
2022-12-02 18:40:14 +02:00
] ,
"foldername" : "unittest" ,
"gradlebase" : "java" ,
2026-02-21 14:35:26 -08:00
"robotclass" : "Robot" ,
2023-10-27 16:57:38 -07:00
"commandversion" : 2 ,
"hasunittests" : true
2022-12-02 18:40:14 +02:00
} ,
2020-11-28 17:35:35 -05:00
{
"name" : "DifferentialDrivePoseEstimator" ,
2023-02-12 16:49:20 +02:00
"description" : "Combine differential-drive odometry with vision data using DifferentialDrivePoseEstimator." ,
2020-11-28 17:35:35 -05:00
"tags" : [
2023-01-22 01:24:10 +02:00
"Differential Drive" ,
"State-Space" ,
"Pose Estimator" ,
2020-11-28 17:35:35 -05:00
"Vision" ,
2023-01-22 01:24:10 +02:00
"PID" ,
2026-02-06 21:36:01 -08:00
"Gamepad"
2020-11-28 17:35:35 -05:00
] ,
"foldername" : "differentialdriveposeestimator" ,
"gradlebase" : "java" ,
2026-02-21 14:35:26 -08:00
"robotclass" : "Robot" ,
2020-11-28 17:35:35 -05:00
"commandversion" : 2
} ,
{
"name" : "MecanumDrivePoseEstimator" ,
2023-02-12 16:49:20 +02:00
"description" : "Combine mecanum-drive odometry with vision data using MecanumDrivePoseEstimator." ,
2020-11-28 17:35:35 -05:00
"tags" : [
2023-01-22 01:24:10 +02:00
"Mecanum Drive" ,
"State-Space" ,
"Pose Estimator" ,
2020-11-28 17:35:35 -05:00
"Vision" ,
2023-01-22 01:24:10 +02:00
"PID" ,
2026-02-06 21:36:01 -08:00
"Gamepad"
2020-11-28 17:35:35 -05:00
] ,
"foldername" : "mecanumdriveposeestimator" ,
"gradlebase" : "java" ,
2026-02-21 14:35:26 -08:00
"robotclass" : "Robot" ,
2020-11-28 17:35:35 -05:00
"commandversion" : 2
} ,
{
"name" : "SwerveDrivePoseEstimator" ,
2023-02-12 16:49:20 +02:00
"description" : "Combine swerve-drive odometry with vision data using SwerveDrivePoseEstimator." ,
2020-11-28 17:35:35 -05:00
"tags" : [
2023-01-22 01:24:10 +02:00
"Swerve Drive" ,
"State-Space" ,
"Pose Estimator" ,
2020-11-28 17:35:35 -05:00
"Vision" ,
2023-01-22 01:24:10 +02:00
"PID" ,
2026-02-06 21:36:01 -08:00
"Gamepad"
2020-11-28 17:35:35 -05:00
] ,
2021-05-25 20:55:24 -07:00
"foldername" : "swervedriveposeestimator" ,
2020-11-28 17:35:35 -05:00
"gradlebase" : "java" ,
2026-02-21 14:35:26 -08:00
"robotclass" : "Robot" ,
2020-11-28 17:35:35 -05:00
"commandversion" : 2
2020-12-04 17:34:54 -08:00
} ,
{
"name" : "RomiReference" ,
2025-11-29 20:46:32 -08:00
"description" : "An example Commandv2 robot program that can be used with the Romi reference robot design." ,
2020-12-04 17:34:54 -08:00
"tags" : [
2023-01-22 01:24:10 +02:00
"Romi" ,
2025-11-29 20:46:32 -08:00
"Commandv2" ,
2023-01-22 01:24:10 +02:00
"Differential Drive" ,
"Digital Input" ,
"Joystick"
2020-12-04 17:34:54 -08:00
] ,
"foldername" : "romireference" ,
"gradlebase" : "javaromi" ,
2026-02-21 14:35:26 -08:00
"robotclass" : "Robot" ,
2023-09-18 22:42:10 -04:00
"commandversion" : 2 ,
"extravendordeps" : [
"romi"
]
2022-01-07 04:08:57 +02:00
} ,
{
2023-08-12 02:31:35 -04:00
"name" : "XRP Reference" ,
2025-11-29 20:46:32 -08:00
"description" : "An example Commandv2 robot program that can be used with the XRP reference robot design." ,
2023-08-12 02:31:35 -04:00
"tags" : [
"XRP" ,
2025-11-29 20:46:32 -08:00
"Commandv2" ,
2023-08-12 02:31:35 -04:00
"Differential Drive" ,
"Digital Input" ,
"Joystick"
] ,
"foldername" : "xrpreference" ,
"gradlebase" : "javaxrp" ,
2026-02-21 14:35:26 -08:00
"robotclass" : "Robot" ,
2023-09-18 22:42:10 -04:00
"commandversion" : 2 ,
"extravendordeps" : [
"xrp"
]
2023-08-12 02:31:35 -04:00
} ,
2026-02-07 00:36:35 -05:00
{
"name" : "XRP Timed" ,
"description" : "An very basic timed robot program that can be used with the XRP reference robot design." ,
"tags" : [
"XRP" ,
"Differential Drive" ,
2026-02-15 00:51:21 -08:00
"Joystick"
2026-02-07 00:36:35 -05:00
] ,
"foldername" : "xrptimed" ,
"gradlebase" : "javaxrp" ,
2026-02-21 14:35:26 -08:00
"robotclass" : "Robot" ,
2026-02-07 00:36:35 -05:00
"commandversion" : 2 ,
"extravendordeps" : [
"xrp"
]
} ,
2024-01-05 14:50:23 -05:00
{
"name" : "SysIdRoutine" ,
2025-11-29 20:46:32 -08:00
"description" : "A sample Commandv2 robot demonstrating use of the SysIdRoutine command factory" ,
2024-01-05 14:50:23 -05:00
"tags" : [
"SysId" ,
2025-11-29 20:46:32 -08:00
"Commandv2" ,
2024-01-05 14:50:23 -05:00
"DataLog"
] ,
2024-10-16 01:01:05 -04:00
"foldername" : "sysidroutine" ,
2024-01-05 14:50:23 -05:00
"gradlebase" : "java" ,
"commandversion" : 2 ,
2026-02-21 14:35:26 -08:00
"robotclass" : "Robot"
2018-05-04 16:51:37 -07:00
}
]