Skip to content

Commit c2eeb26

Browse files
author
y0shi
committed
update wpiversion
1 parent 4e82f49 commit c2eeb26

3 files changed

Lines changed: 26 additions & 2 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import edu.wpi.first.gradlerio.deploy.roborio.RoboRIO
22

33
plugins {
44
id "java"
5-
id "edu.wpi.first.GradleRIO" version "2022.3.1"
5+
id "edu.wpi.first.GradleRIO" version "2022.4.1"
66
}
77

88
sourceCompatibility = JavaVersion.VERSION_11

networktables.ini

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[NetworkTables Storage 3.0]
2+
string "/Preferences/.type"="RobotPreferences"
3+
double "/Preferences/Belt Delay"=0.35
4+
double "/Preferences/Default Turret Position"=0
5+
double "/Preferences/Eject Velocity"=9000
6+
double "/Preferences/FenderHigh Velocity"=7000
7+
double "/Preferences/FenderLow Velocity"=2500
8+
double "/Preferences/Hood Set Position"=0
9+
double "/Preferences/Initial Turret Offset"=0
10+
double "/Preferences/Passive shooter velocity"=7500
11+
double "/Preferences/Shooter Set Velocity"=0
12+
double "/Preferences/VELOCITY OFFSET"=0

simgui.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,19 @@
1717
"/LiveWindow/Ungrouped/DigitalInput[0]": "Digital Input",
1818
"/LiveWindow/Ungrouped/DigitalInput[1]": "Digital Input",
1919
"/LiveWindow/Ungrouped/Scheduler": "Scheduler",
20-
"/LiveWindow/Ungrouped/navX-Sensor[4]": "Gyro"
20+
"/LiveWindow/Ungrouped/navX-Sensor[4]": "Gyro",
21+
"/SmartDashboard/ClimbDown": "Command",
22+
"/SmartDashboard/ClimbUp": "Command",
23+
"/SmartDashboard/Field2d": "Field2d",
24+
"/SmartDashboard/Lock Secondary Climber": "Command",
25+
"/SmartDashboard/Reset Drive Encoders": "Command",
26+
"/SmartDashboard/ResetTurretEncoder": "Command",
27+
"/SmartDashboard/RetractClimbMax": "Command",
28+
"/SmartDashboard/SeekAndTarget": "Command",
29+
"/SmartDashboard/SendableChooser[0]": "String Chooser",
30+
"/SmartDashboard/SetHoodPosition": "Command",
31+
"/SmartDashboard/Shoot Interpolated": "Command",
32+
"/SmartDashboard/Shoot Set Velocity": "Command"
2133
}
2234
},
2335
"NetworkTables": {

0 commit comments

Comments
 (0)