mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[examples] Add C++ TankDrive example (#3493)
This is a basic C++ example that demonstrates a simple differential drive implementation using “tank”-style controls through the DifferentialDrive class and an ordinary joystick.
This commit is contained in:
@@ -97,6 +97,19 @@
|
||||
"gradlebase": "cpp",
|
||||
"commandversion": 2
|
||||
},
|
||||
{
|
||||
"name": "Tank Drive",
|
||||
"description": "An example program which demonstrates the use of Tank Drive with the DifferentialDrive class",
|
||||
"tags": [
|
||||
"Getting Started with C++",
|
||||
"Robot and Motor",
|
||||
"Joystick",
|
||||
"Complete List"
|
||||
],
|
||||
"foldername": "TankDrive",
|
||||
"gradlebase": "cpp",
|
||||
"commandversion": 2
|
||||
},
|
||||
{
|
||||
"name": "Mecanum Drive",
|
||||
"description": "An example program which demonstrates the use of Mecanum Drive with the MecanumDrive class",
|
||||
|
||||
Reference in New Issue
Block a user