[examples] Add mecanum drive snippets (#8931)

shows both polar, and cartesian
This commit is contained in:
sciencewhiz
2026-05-29 23:10:42 -07:00
committed by GitHub
parent c597116f02
commit a3c18d24a7
6 changed files with 178 additions and 0 deletions

View File

@@ -72,6 +72,7 @@ SNIPPET_FOLDERS = [
"I2CCommunication",
"IntermediateVision",
"LimitSwitch",
"MecanumDrive",
"MotorControl",
"OnboardIMU",
"ProfiledPIDFeedforward",