Skip to content

Commit 6101448

Browse files
committed
Add Swerve Instances for RobotDrive usage reporting
Fixes #7233
1 parent 57e1075 commit 6101448

File tree

4 files changed

+25
-0
lines changed

4 files changed

+25
-0
lines changed

hal/src/generate/Instances.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ kRobotDrive2_MecanumCartesian = 10
2626
kRobotDrive2_MecanumPolar = 11
2727
kRobotDrive2_KilloughCartesian = 12
2828
kRobotDrive2_KilloughPolar = 13
29+
kRobotDriveSwerve_Other = 14
30+
kRobotDriveSwerve_YAGSL = 15
31+
kRobotDriveSwerve_CTRE = 16
32+
kRobotDriveSwerve_MaxSwerve = 17
33+
kRobotDriveSwerve_AdvantageKit = 18
2934
kDriverStationCIO_Analog = 1
3035
kDriverStationCIO_DigitalIn = 2
3136
kDriverStationCIO_DigitalOut = 3

hal/src/generated/main/java/edu/wpi/first/hal/FRCNetComm.java

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

hal/src/generated/main/native/include/hal/FRCUsageReporting.h

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

hal/src/generated/main/native/include/hal/UsageReporting.h

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)