mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
Add XboxController examples for arcade and tank drive (#2058)
This commit is contained in:
@@ -402,5 +402,31 @@
|
||||
"foldername": "RamseteCommand",
|
||||
"gradlebase": "cpp",
|
||||
"commandversion": 2
|
||||
},
|
||||
{
|
||||
"name": "Arcade Drive Xbox Controller",
|
||||
"description": "An example program which demonstrates the use of Arcade Drive with the DifferentialDrive class and an Xbox Controller.",
|
||||
"tags": [
|
||||
"Getting Started with C++",
|
||||
"Robot and Motor",
|
||||
"XboxController",
|
||||
"Complete List"
|
||||
],
|
||||
"foldername": "ArcadeDriveXboxController",
|
||||
"gradlebase": "cpp",
|
||||
"commandversion": 1
|
||||
},
|
||||
{
|
||||
"name": "Tank Drive Xbox Controller",
|
||||
"description": "An example program which demonstrates the use of Tank Drive with the DifferentialDrive class and an Xbox Controller.",
|
||||
"tags": [
|
||||
"Getting Started with C++",
|
||||
"Robot and Motor",
|
||||
"XboxController",
|
||||
"Complete List"
|
||||
],
|
||||
"foldername": "TankDriveXboxController",
|
||||
"gradlebase": "cpp",
|
||||
"commandversion": 1
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user