mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-26 01:51:41 +00:00
[wpilib] Prefix all NI DS specific controller classes (#8596)
Easier then the last one that put everything in a sub namespace. By prefixing the name less things break, and intellisense will be less confusing to new users during the transition.
This commit is contained in:
@@ -2,7 +2,7 @@ EXAMPLES_FOLDERS = [
|
||||
"addressableled",
|
||||
"apriltagsvision",
|
||||
"arcadedrive",
|
||||
"arcadedrivexboxcontroller",
|
||||
"arcadedrivegamepad",
|
||||
"armsimulation",
|
||||
"canpdp",
|
||||
"differentialdrivebot",
|
||||
@@ -48,7 +48,7 @@ EXAMPLES_FOLDERS = [
|
||||
"swervedriveposeestimator",
|
||||
"sysidroutine",
|
||||
"tankdrive",
|
||||
"tankdrivexboxcontroller",
|
||||
"tankdrivegamepad",
|
||||
"unittest",
|
||||
"xrpreference",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user