blob: b6391884183876c13436a2aac244e12f7aebedaf [file] [log] [blame]
Brian Silverman8fce7482020-01-05 13:18:21 -08001[
2 {
3 "name": "Motor Controller",
4 "description": "Demonstrate controlling a single motor with a Joystick.",
5 "tags": [
6 "Robot and Motor",
7 "Actuators",
8 "Joystick",
9 "Complete List"
10 ],
11 "foldername": "MotorControl",
12 "gradlebase": "cpp",
Austin Schuh1e69f942020-11-14 15:06:14 -080013 "commandversion": 2
Brian Silverman8fce7482020-01-05 13:18:21 -080014 },
15 {
16 "name": "Motor Control With Encoder",
17 "description": "Demonstrate controlling a single motor with a Joystick and displaying the net movement of the motor using an encoder.",
18 "tags": [
19 "Robot and Motor",
20 "Digital",
21 "Sensors",
22 "Actuators",
23 "Joystick",
24 "Complete List"
25 ],
26 "foldername": "MotorControlEncoder",
27 "gradlebase": "cpp",
Austin Schuh1e69f942020-11-14 15:06:14 -080028 "commandversion": 2
Brian Silverman8fce7482020-01-05 13:18:21 -080029 },
30 {
31 "name": "Relay",
32 "description": "Demonstrate controlling a Relay from Joystick buttons.",
33 "tags": [
34 "Actuators",
35 "Joystick",
36 "Complete List"
37 ],
38 "foldername": "Relay",
39 "gradlebase": "cpp",
Austin Schuh1e69f942020-11-14 15:06:14 -080040 "commandversion": 2
Brian Silverman8fce7482020-01-05 13:18:21 -080041 },
42 {
43 "name": "PDP CAN Monitoring",
44 "description": "Demonstrate using CAN to monitor the voltage, current, and temperature in the Power Distribution Panel.",
45 "tags": [
46 "Complete List",
47 "CAN",
48 "Sensors"
49 ],
50 "foldername": "CANPDP",
51 "gradlebase": "cpp",
Austin Schuh1e69f942020-11-14 15:06:14 -080052 "commandversion": 2
Brian Silverman8fce7482020-01-05 13:18:21 -080053 },
54 {
Austin Schuh812d0d12021-11-04 20:16:48 -070055 "name":"Mechanism2d",
56 "foldername":"Mechanism2d",
57 "gradlebase":"cpp",
58 "description":"An example usage of Mechanism2d to display mechanism states on a dashboard.",
59 "tags":["Mechanism2d"],
60 "commandversion": 2
61 },
62 {
Brian Silverman8fce7482020-01-05 13:18:21 -080063 "name": "Solenoids",
64 "description": "Demonstrate controlling a single and double solenoid from Joystick buttons.",
65 "tags": [
66 "Actuators",
67 "Joystick",
68 "Pneumatics",
69 "Complete List"
70 ],
71 "foldername": "Solenoid",
72 "gradlebase": "cpp",
Austin Schuh1e69f942020-11-14 15:06:14 -080073 "commandversion": 2
Brian Silverman8fce7482020-01-05 13:18:21 -080074 },
75 {
76 "name": "Encoder",
77 "description": "Demonstrate displaying the value of a quadrature encoder on the SmartDashboard.",
78 "tags": [
79 "Complete List",
80 "Digital",
81 "Sensors"
82 ],
83 "foldername": "Encoder",
84 "gradlebase": "cpp",
Austin Schuh1e69f942020-11-14 15:06:14 -080085 "commandversion": 2
Brian Silverman8fce7482020-01-05 13:18:21 -080086 },
87 {
88 "name": "Arcade Drive",
89 "description": "An example program which demonstrates the use of Arcade Drive with the DifferentialDrive class",
90 "tags": [
91 "Getting Started with C++",
92 "Robot and Motor",
93 "Joystick",
94 "Complete List"
95 ],
96 "foldername": "ArcadeDrive",
97 "gradlebase": "cpp",
Austin Schuh1e69f942020-11-14 15:06:14 -080098 "commandversion": 2
Brian Silverman8fce7482020-01-05 13:18:21 -080099 },
100 {
Austin Schuh812d0d12021-11-04 20:16:48 -0700101 "name": "Tank Drive",
102 "description": "An example program which demonstrates the use of Tank Drive with the DifferentialDrive class",
103 "tags": [
104 "Getting Started with C++",
105 "Robot and Motor",
106 "Joystick",
107 "Complete List"
108 ],
109 "foldername": "TankDrive",
110 "gradlebase": "cpp",
111 "commandversion": 2
112 },
113 {
Brian Silverman8fce7482020-01-05 13:18:21 -0800114 "name": "Mecanum Drive",
115 "description": "An example program which demonstrates the use of Mecanum Drive with the MecanumDrive class",
116 "tags": [
117 "Getting Started with C++",
118 "Robot and Motor",
119 "Joystick",
120 "Complete List"
121 ],
122 "foldername": "MecanumDrive",
123 "gradlebase": "cpp",
Austin Schuh1e69f942020-11-14 15:06:14 -0800124 "commandversion": 2
Brian Silverman8fce7482020-01-05 13:18:21 -0800125 },
126 {
127 "name": "Ultrasonic",
128 "description": "Demonstrate maintaining a set distance using an ultrasonic sensor.",
129 "tags": [
130 "Robot and Motor",
131 "Complete List",
132 "Sensors",
133 "Analog"
134 ],
135 "foldername": "Ultrasonic",
136 "gradlebase": "cpp",
Austin Schuh1e69f942020-11-14 15:06:14 -0800137 "commandversion": 2
Brian Silverman8fce7482020-01-05 13:18:21 -0800138 },
139 {
140 "name": "UltrasonicPID",
141 "description": "Demonstrate maintaining a set distance using an ultrasonic sensor and PID control.",
142 "tags": [
143 "Robot and Motor",
144 "Complete List",
145 "Sensors",
146 "Analog"
147 ],
148 "foldername": "UltrasonicPID",
149 "gradlebase": "cpp",
Austin Schuh1e69f942020-11-14 15:06:14 -0800150 "commandversion": 2
Brian Silverman8fce7482020-01-05 13:18:21 -0800151 },
152 {
153 "name": "Gyro",
154 "description": "An example program showing how to drive straight with using a gyro sensor.",
155 "tags": [
156 "Robot and Motor",
157 "Complete List",
158 "Sensors",
159 "Analog",
160 "Joystick"
161 ],
162 "foldername": "Gyro",
163 "gradlebase": "cpp",
Austin Schuh1e69f942020-11-14 15:06:14 -0800164 "commandversion": 2
Brian Silverman8fce7482020-01-05 13:18:21 -0800165 },
166 {
167 "name": "Gyro Mecanum",
168 "description": "An example program showing how to perform mecanum drive with field oriented controls.",
169 "tags": [
170 "Robot and Motor",
171 "Complete List",
172 "Sensors",
173 "Analog",
Austin Schuh1e69f942020-11-14 15:06:14 -0800174 "Joystick"
Brian Silverman8fce7482020-01-05 13:18:21 -0800175 ],
176 "foldername": "GyroMecanum",
177 "gradlebase": "cpp",
Austin Schuh1e69f942020-11-14 15:06:14 -0800178 "commandversion": 2
Brian Silverman8fce7482020-01-05 13:18:21 -0800179 },
180 {
181 "name": "HID Rumble",
182 "description": "An example program showing how to make human interface devices rumble.",
183 "tags": [
184 "Joystick"
185 ],
186 "foldername": "HidRumble",
187 "gradlebase": "cpp",
Austin Schuh1e69f942020-11-14 15:06:14 -0800188 "commandversion": 2
Brian Silverman8fce7482020-01-05 13:18:21 -0800189 },
190 {
191 "name": "PotentiometerPID",
192 "description": "An example to demonstrate the use of a potentiometer and PID control to reach elevator position setpoints.",
193 "tags": [
194 "Joystick",
195 "Actuators",
196 "Complete List",
197 "Sensors",
198 "Analog"
199 ],
200 "foldername": "PotentiometerPID",
201 "gradlebase": "cpp",
Austin Schuh1e69f942020-11-14 15:06:14 -0800202 "commandversion": 2
Brian Silverman8fce7482020-01-05 13:18:21 -0800203 },
204 {
205 "name": "Elevator with trapezoid profiled PID",
206 "description": "An example to demonstrate the use of an encoder and trapezoid profiled PID control to reach elevator position setpoints.",
207 "tags": [
208 "Digital",
209 "Sensors",
210 "Actuators",
211 "Joystick"
212 ],
213 "foldername": "ElevatorTrapezoidProfile",
214 "gradlebase": "cpp",
Austin Schuh1e69f942020-11-14 15:06:14 -0800215 "commandversion": 2
Brian Silverman8fce7482020-01-05 13:18:21 -0800216 },
217 {
218 "name": "Elevator with profiled PID controller",
219 "description": "An example to demonstrate the use of an encoder and trapezoid profiled PID control to reach elevator position setpoints.",
220 "tags": [
221 "Digital",
222 "Sensors",
223 "Actuators",
224 "Joystick"
225 ],
226 "foldername": "ElevatorProfiledPID",
227 "gradlebase": "cpp",
Austin Schuh1e69f942020-11-14 15:06:14 -0800228 "commandversion": 2
Brian Silverman8fce7482020-01-05 13:18:21 -0800229 },
230 {
231 "name": "Getting Started",
232 "description": "An example program which demonstrates the simplest autonomous and teleoperated routines.",
233 "tags": [
234 "Getting Started with C++",
235 "Complete List"
236 ],
237 "foldername": "GettingStarted",
238 "gradlebase": "cpp",
Austin Schuh1e69f942020-11-14 15:06:14 -0800239 "commandversion": 2
Brian Silverman8fce7482020-01-05 13:18:21 -0800240 },
241 {
242 "name": "Simple Vision",
243 "description": "The minimal program to acquire images from an attached USB camera on the robot and send them to the dashboard.",
244 "tags": [
245 "Vision",
246 "Complete List"
247 ],
248 "foldername": "QuickVision",
249 "gradlebase": "cpp",
Austin Schuh1e69f942020-11-14 15:06:14 -0800250 "commandversion": 2
Brian Silverman8fce7482020-01-05 13:18:21 -0800251 },
252 {
253 "name": "Intermediate Vision",
254 "description": "An example program that acquires images from an attached USB camera and adds some annotation to the image as you might do for showing operators the result of some image recognition, and sends it to the dashboard for display.",
255 "tags": [
256 "Vision",
257 "Complete List"
258 ],
259 "foldername": "IntermediateVision",
260 "gradlebase": "cpp",
Austin Schuh1e69f942020-11-14 15:06:14 -0800261 "commandversion": 2
Brian Silverman8fce7482020-01-05 13:18:21 -0800262 },
263 {
264 "name": "Axis Camera Sample",
265 "description": "An example program that acquires images from an Axis network camera and adds some annotation to the image as you might do for showing operators the result of some image recognition, and sends it to the dashboard for display. This demonstrates the use of the AxisCamera class.",
266 "tags": [
267 "Vision",
268 "Complete List"
269 ],
270 "foldername": "AxisCameraSample",
271 "gradlebase": "cpp",
Austin Schuh1e69f942020-11-14 15:06:14 -0800272 "commandversion": 2
Brian Silverman8fce7482020-01-05 13:18:21 -0800273 },
274 {
275 "name": "GearsBot",
276 "description": "A fully functional example CommandBased program for WPIs GearsBot robot, using the new command-based framework. This code can run on your computer if it supports simulation.",
277 "tags": [
278 "CommandBased Robot",
279 "Complete List"
280 ],
281 "foldername": "GearsBot",
282 "gradlebase": "cpp",
283 "commandversion": 2
284 },
285 {
Brian Silverman8fce7482020-01-05 13:18:21 -0800286 "name": "HAL",
287 "description": "A program created using the HAL exclusively. This example is for advanced users",
288 "tags": [
289 "HAL"
290 ],
291 "foldername": "HAL",
292 "gradlebase": "c",
Austin Schuh1e69f942020-11-14 15:06:14 -0800293 "commandversion": 2
Brian Silverman8fce7482020-01-05 13:18:21 -0800294 },
295 {
296 "name": "ShuffleBoard",
297 "description": "An example program that uses ShuffleBoard with its Widgets and Tabs.",
298 "tags": [
299 "ShuffleBoard"
300 ],
301 "foldername": "ShuffleBoard",
302 "gradlebase": "cpp",
Austin Schuh1e69f942020-11-14 15:06:14 -0800303 "commandversion": 2
Brian Silverman8fce7482020-01-05 13:18:21 -0800304 },
305 {
306 "name": "'Traditional' Hatchbot",
Austin Schuh1e69f942020-11-14 15:06:14 -0800307 "description": "A fully-functional command-based hatchbot for the 2019 game using the new command framework. Written in the 'traditional' style, i.e. commands are given their own classes.",
Brian Silverman8fce7482020-01-05 13:18:21 -0800308 "tags": [
309 "Complete robot",
310 "Command-based"
311 ],
312 "foldername": "HatchbotTraditional",
313 "gradlebase": "cpp",
314 "commandversion": 2
315 },
316 {
317 "name": "'Inlined' Hatchbot",
Austin Schuh1e69f942020-11-14 15:06:14 -0800318 "description": "A fully-functional command-based hatchbot for the 2019 game using the new command framework. Written in the 'inlined' style, i.e. many commands are defined inline with lambdas.",
Brian Silverman8fce7482020-01-05 13:18:21 -0800319 "tags": [
320 "Complete robot",
321 "Command-based",
322 "Lambdas"
323 ],
324 "foldername": "HatchbotInlined",
325 "gradlebase": "cpp",
326 "commandversion": 2
327 },
328 {
329 "name": "Select Command Example",
Austin Schuh1e69f942020-11-14 15:06:14 -0800330 "description": "An example showing how to use the SelectCommand class from the new command framework.",
Brian Silverman8fce7482020-01-05 13:18:21 -0800331 "tags": [
332 "Command-based"
333 ],
334 "foldername": "SelectCommand",
335 "gradlebase": "cpp",
336 "commandversion": 2
337 },
338 {
339 "name": "Scheduler Event Logging",
Austin Schuh1e69f942020-11-14 15:06:14 -0800340 "description": "An example showing how to use Shuffleboard to log Command events from the CommandScheduler in the new command framework",
Brian Silverman8fce7482020-01-05 13:18:21 -0800341 "tags": [
342 "Command-based",
343 "Shuffleboard"
344 ],
345 "foldername": "SchedulerEventLogging",
346 "gradlebase": "cpp",
347 "commandversion": 2
348 },
349 {
350 "name": "Frisbeebot",
351 "description": "An example robot project for a simple frisbee shooter for the 2013 FRC game, Ultimate Ascent, demonstrating use of PID functionality in the command framework",
352 "tags": [
353 "Command-based",
354 "PID"
355 ],
356 "foldername": "Frisbeebot",
357 "gradlebase": "cpp",
358 "commandversion": 2
359 },
360 {
361 "name": "Gyro Drive Commands",
362 "description": "An example command-based robot project demonstrating simple PID functionality utilizing a gyroscope to keep a robot driving straight and to turn to specified angles.",
363 "tags": [
364 "Command-based",
365 "PID",
366 "Gyro"
367 ],
368 "foldername": "GyroDriveCommands",
369 "gradlebase": "cpp",
370 "commandversion": 2
371 },
372 {
373 "name": "SwerveBot",
374 "description": "An example program for a swerve drive that uses swerve drive kinematics and odometry.",
375 "tags": [
376 "SwerveBot"
377 ],
378 "foldername": "SwerveBot",
379 "gradlebase": "cpp",
380 "commandversion": 2
381 },
382 {
383 "name": "MecanumBot",
384 "description": "An example program for a mecanum drive that uses mecanum drive kinematics and odometry.",
385 "tags": [
386 "MecanumBot"
387 ],
388 "foldername": "MecanumBot",
389 "gradlebase": "cpp",
390 "commandversion": 2
391 },
392 {
393 "name": "DifferentialDriveBot",
394 "description": "An example program for a differential drive that uses differential drive kinematics and odometry.",
395 "tags": [
396 "DifferentialDriveBot"
397 ],
398 "foldername": "DifferentialDriveBot",
399 "gradlebase": "cpp",
400 "commandversion": 2
401 },
402 {
403 "name": "RamseteCommand",
404 "description": "An example command-based robot demonstrating the use of a RamseteCommand to follow a pregenerated trajectory.",
405 "tags": [
406 "RamseteCommand",
407 "PID",
408 "Ramsete",
409 "Trajectory",
410 "Path following"
411 ],
412 "foldername": "RamseteCommand",
413 "gradlebase": "cpp",
414 "commandversion": 2
415 },
416 {
417 "name": "Arcade Drive Xbox Controller",
418 "description": "An example program which demonstrates the use of Arcade Drive with the DifferentialDrive class and an Xbox Controller.",
419 "tags": [
420 "Getting Started with C++",
421 "Robot and Motor",
422 "XboxController",
423 "Complete List"
424 ],
425 "foldername": "ArcadeDriveXboxController",
426 "gradlebase": "cpp",
Austin Schuh1e69f942020-11-14 15:06:14 -0800427 "commandversion": 2
Brian Silverman8fce7482020-01-05 13:18:21 -0800428 },
429 {
430 "name": "Tank Drive Xbox Controller",
431 "description": "An example program which demonstrates the use of Tank Drive with the DifferentialDrive class and an Xbox Controller.",
432 "tags": [
433 "Getting Started with C++",
434 "Robot and Motor",
435 "XboxController",
436 "Complete List"
437 ],
438 "foldername": "TankDriveXboxController",
439 "gradlebase": "cpp",
Austin Schuh1e69f942020-11-14 15:06:14 -0800440 "commandversion": 2
Brian Silverman8fce7482020-01-05 13:18:21 -0800441 },
442 {
443 "name": "Duty Cycle Encoder",
444 "description": "Demonstrates the use of the Duty Cycle Encoder class",
445 "tags": [
446 "Getting Started with C++"
447 ],
448 "foldername": "DutyCycleEncoder",
449 "gradlebase": "cpp",
450 "commandversion": 2
451 },
452 {
453 "name": "Duty Cycle Input",
454 "description": "Demonstrates the use of the Duty Cycle class",
455 "tags": [
456 "Getting Started with C++"
457 ],
458 "foldername": "DutyCycleInput",
459 "gradlebase": "cpp",
460 "commandversion": 2
461 },
462 {
463 "name": "Addressable LED",
464 "description": "Demonstrates the use of the Addressable LED class",
465 "tags": [
466 "Getting Started with C++"
467 ],
468 "foldername": "AddressableLED",
469 "gradlebase": "cpp",
470 "commandversion": 2
471 },
472 {
473 "name": "DMA",
474 "description": "Demonstrates the use of the DMA class",
475 "tags": [
476 "Advanced C++"
477 ],
478 "foldername": "DMA",
479 "gradlebase": "cpp",
480 "commandversion": 2
481 },
482 {
483 "name": "MecanumControllerCommand",
484 "description": "An example command-based robot demonstrating the use of a MecanumControllerCommand to follow a pregenerated trajectory.",
485 "tags": [
486 "MecanumControllerCommand",
487 "Mecanum",
488 "PID",
489 "Trajectory",
490 "Path following"
491 ],
492 "foldername": "MecanumControllerCommand",
493 "gradlebase": "cpp",
494 "commandversion": 2
495 },
496 {
497 "name": "SwerveControllerCommand",
498 "description": "An example command-based robot demonstrating the use of a SwerveControllerCommand to follow a pregenerated trajectory.",
499 "tags": [
500 "SwerveControllerCommand",
501 "Swerve",
502 "PID",
503 "Trajectory",
504 "Path following"
505 ],
506 "foldername": "SwerveControllerCommand",
507 "gradlebase": "cpp",
508 "commandversion": 2
509 },
510 {
511 "name": "ArmBot",
512 "description": "An example command-based robot demonstrating the use of a ProfiledPIDSubsystem to control an arm.",
513 "tags": [
514 "ArmBot",
515 "PID",
516 "Motion Profile"
517 ],
518 "foldername": "ArmBot",
519 "gradlebase": "cpp",
520 "commandversion": 2
521 },
522 {
523 "name": "ArmBotOffboard",
524 "description": "An example command-based robot demonstrating the use of a TrapezoidProfileSubsystem to control an arm with an offboard PID.",
525 "tags": [
526 "ArmBotOffboard",
527 "PID",
528 "Motion Profile"
529 ],
530 "foldername": "ArmBotOffboard",
531 "gradlebase": "cpp",
532 "commandversion": 2
533 },
534 {
535 "name": "DriveDistanceOffboard",
536 "description": "An example command-based robot demonstrating the use of a TrapezoidProfileCommand to drive a robot a set distance with offboard PID on the drive.",
537 "tags": [
538 "DriveDistance",
539 "PID",
540 "Motion Profile"
541 ],
542 "foldername": "DriveDistanceOffboard",
543 "gradlebase": "cpp",
544 "commandversion": 2
Austin Schuh1e69f942020-11-14 15:06:14 -0800545 },
546 {
547 "name": "RamseteController",
548 "description": "An example robot demonstrating the use of RamseteController.",
549 "tags": [
550 "RamseteController"
551 ],
552 "foldername": "RamseteController",
553 "gradlebase": "cpp",
554 "commandversion": 2
555 },
556 {
Austin Schuh812d0d12021-11-04 20:16:48 -0700557 "name": "RomiReference",
558 "description": "An example command-based robot program that can be used with the Romi reference robot design.",
559 "tags": [
560 "Drivetrain",
561 "Romi"
562 ],
563 "foldername": "RomiReference",
564 "gradlebase": "cppromi",
565 "commandversion": 2
566 },
567 {
Austin Schuh1e69f942020-11-14 15:06:14 -0800568 "name": "StateSpaceFlywheel",
569 "description": "An example state-space controller for a flywheel.",
570 "tags": [
571 "StateSpaceFlywheel",
572 "Flywheel",
573 "State Space",
574 "Model",
575 "Digital",
576 "Sensors",
577 "Actuators",
578 "Joystick"
579 ],
580 "foldername": "StateSpaceFlywheel",
581 "gradlebase": "cpp",
582 "mainclass": "Main",
583 "commandversion": 2
584 },
585 {
586 "name": "StateSpaceFlywheelSysId",
587 "description": "An example state-space controller demonstrating the use of FRC Characterization's System Identification for controlling a flywheel.",
588 "tags": [
589 "StateSpaceFlywheelSysId",
590 "FRC Characterization",
591 "Flywheel",
592 "Characterization",
593 "State space",
594 "Digital",
595 "Sensors",
596 "Actuators",
597 "Joystick"
598 ],
599 "foldername": "StateSpaceFlywheelSysId",
600 "gradlebase": "cpp",
601 "mainclass": "Main",
602 "commandversion": 2
603 },
604 {
605 "name": "StateSpaceElevator",
606 "description": "An example state-space controller for controlling an elevator.",
607 "tags": [
608 "Elevator",
609 "State Space",
610 "Digital",
611 "Sensors",
612 "Actuators",
613 "Joystick"
614 ],
615 "foldername": "StateSpaceElevator",
616 "gradlebase": "cpp",
617 "mainclass": "Main",
618 "commandversion": 2
619 },
620 {
621 "name": "StateSpaceArm",
622 "description": "An example state-space controller for controlling an arm.",
623 "tags": [
624 "Arm",
625 "State space",
626 "Digital",
627 "Sensors",
628 "Actuators",
629 "Joystick"
630 ],
631 "foldername": "StateSpaceArm",
632 "gradlebase": "cpp",
633 "mainclass": "Main",
634 "commandversion": 2
635 },
636 {
637 "name": "ElevatorSimulation",
638 "description": "Demonstrates the use of physics simulation with a simple elevator.",
639 "tags": [
640 "Elevator",
641 "State space",
642 "Digital",
643 "Sensors",
644 "Simulation",
Austin Schuh812d0d12021-11-04 20:16:48 -0700645 "Physics",
646 "Mechanism2d"
Austin Schuh1e69f942020-11-14 15:06:14 -0800647 ],
648 "foldername": "ElevatorSimulation",
649 "gradlebase": "cpp",
650 "mainclass": "Main",
651 "commandversion": 2
652 },
653 {
Austin Schuh812d0d12021-11-04 20:16:48 -0700654 "name": "DifferentialDrivePoseEstimator",
655 "description": "Demonstrates the use of the DifferentialDrivePoseEstimator as a replacement for differential drive odometry.",
656 "tags": [
657 "Drivetrain",
658 "State space",
659 "Vision",
660 "Filter",
661 "Odometry",
662 "Pose"
663 ],
664 "foldername": "DifferentialDrivePoseEstimator",
665 "gradlebase": "cpp",
666 "mainclass": "Main",
667 "commandversion": 2
668 },
669 {
670 "name": "MecanumDrivePoseEstimator",
671 "description": "Demonstrates the use of the MecanumDrivePoseEstimator as a replacement for mecanum odometry.",
672 "tags": [
673 "Drivetrain",
674 "State space",
675 "Vision",
676 "Filter",
677 "Odometry",
678 "Pose"
679 ],
680 "foldername": "MecanumDrivePoseEstimator",
681 "gradlebase": "cpp",
682 "mainclass": "Main",
683 "commandversion": 2
684 },
685 {
Austin Schuh1e69f942020-11-14 15:06:14 -0800686 "name": "ArmSimulation",
687 "description": "Demonstrates the use of physics simulation with a simple single-jointed arm.",
688 "tags": [
689 "Arm",
690 "State space",
691 "Digital",
692 "Sensors",
693 "Simulation",
Austin Schuh812d0d12021-11-04 20:16:48 -0700694 "Physics",
695 "Mechanism2d"
Austin Schuh1e69f942020-11-14 15:06:14 -0800696 ],
697 "foldername": "ArmSimulation",
698 "gradlebase": "cpp",
699 "mainclass": "Main",
700 "commandversion": 2
701 },
702 {
Austin Schuh812d0d12021-11-04 20:16:48 -0700703 "name": "SimpleDifferentialDriveSimulation",
704 "description": "An example of a minimal drivetrain simulation project without the command-based library.",
705 "tags": [
706 "Differential Drive",
707 "State space",
708 "Digital",
709 "Sensors",
710 "Simulation",
711 "Physics",
712 "Drivetrain",
713 "Field2d"
714 ],
715 "foldername": "SimpleDifferentialDriveSimulation",
716 "gradlebase": "cpp",
717 "mainclass": "Main",
718 "commandversion": 2
719 },
720 {
Austin Schuh1e69f942020-11-14 15:06:14 -0800721 "name": "StateSpaceDriveSimulation",
722 "description": "Demonstrates the use of physics simulation with a differential drivetrain and the Field2d class.",
723 "tags": [
724 "Differential Drive",
725 "State space",
726 "Digital",
727 "Sensors",
728 "Simulation",
729 "Physics",
730 "Drivetrain",
731 "Field2d"
732 ],
733 "foldername": "StateSpaceDifferentialDriveSimulation",
734 "gradlebase": "cpp",
735 "mainclass": "Main",
736 "commandversion": 2
Austin Schuh812d0d12021-11-04 20:16:48 -0700737 },
738 {
739 "name": "SwerveDrivePoseEstimator",
740 "description": "Demonstrates the use of the SwerveDrivePoseEstimator as a replacement for mecanum drive odometry.",
741 "tags": [
742 "Drivetrain",
743 "State space",
744 "Vision",
745 "Filter",
746 "Odometry",
747 "State",
748 "Swerve"
749 ],
750 "foldername": "SwerveDrivePoseEstimator",
751 "gradlebase": "cpp",
752 "mainclass": "Main",
753 "commandversion": 2
Brian Silverman8fce7482020-01-05 13:18:21 -0800754 }
755]