mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
Add kinematics suite (#1787)
Co-authored-by: Tyler Veness <calcmogul@gmail.com> Co-authored-by: Matt <matthew.morley.ca@gmail.com>
This commit is contained in:
committed by
Peter Johnson
parent
561cbbd144
commit
f405582f86
@@ -328,5 +328,32 @@
|
||||
],
|
||||
"foldername": "GyroDriveCommands",
|
||||
"mainclass": "Main"
|
||||
},
|
||||
{
|
||||
"name": "SwerveBot",
|
||||
"description": "An example program for a swerve drive that uses swerve drive kinematics and odometry.",
|
||||
"tags": [
|
||||
"SwerveBot"
|
||||
],
|
||||
"foldername": "SwerveBot",
|
||||
"gradlebase": "cpp"
|
||||
},
|
||||
{
|
||||
"name": "MecanumBot",
|
||||
"description": "An example program for a mecanum drive that uses mecanum drive kinematics and odometry.",
|
||||
"tags": [
|
||||
"MecanumBot"
|
||||
],
|
||||
"foldername": "MecanumBot",
|
||||
"gradlebase": "cpp"
|
||||
},
|
||||
{
|
||||
"name": "DifferentialDriveBot",
|
||||
"description": "An example program for a differential drive that uses differential drive kinematics and odometry.",
|
||||
"tags": [
|
||||
"DifferentialDriveBot"
|
||||
],
|
||||
"foldername": "DifferentialDriveBot",
|
||||
"gradlebase": "cpp"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user