File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import edu.wpi.first.gradlerio.deploy.roborio.RoboRIO
22
33plugins {
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
88sourceCompatibility = JavaVersion . VERSION_11
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments