File tree Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -719,7 +719,7 @@ public static class CompConstants {
719719 public static final double kWheelDiameterInches = 3.0 * (490 / 500.0 );
720720
721721 // Elbow
722- public static final int kElbowZeroTicks = 1155 ; // 730
722+ public static final int kElbowZeroTicks = 1160 ; // 730
723723
724724 // Shoulder
725725 public static final double kShoulderMainZeroTicks = 995 ;
Original file line number Diff line number Diff line change 44
55package frc .robot ;
66
7+ import ch .qos .logback .classic .util .ContextInitializer ;
78import edu .wpi .first .math .geometry .Rotation2d ;
8- import edu .wpi .first .wpilibj .DriverStation .Alliance ;
99import edu .wpi .first .wpilibj .DigitalInput ;
10+ import edu .wpi .first .wpilibj .DriverStation .Alliance ;
1011import edu .wpi .first .wpilibj .Joystick ;
1112import edu .wpi .first .wpilibj .RobotController ;
1213import edu .wpi .first .wpilibj .XboxController ;
6768import org .strykeforce .telemetry .TelemetryController ;
6869import org .strykeforce .telemetry .TelemetryService ;
6970
70- import ch .qos .logback .classic .util .ContextInitializer ;
71-
7271public class RobotContainer {
7372 private final ShoulderSubsystem shoulderSubsystem ;
7473 private final RobotStateSubsystem robotStateSubsystem ;
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ public void execute() {
108108 * -DriveConstants .kMaxOmega
109109 * yawLimiter .calculate (
110110 MathUtil .applyDeadband (
111- - joystick .getRawAxis (RobotContainer .Axis .RIGHT_Y .id ),
111+ joystick .getRawAxis (RobotContainer .Axis .RIGHT_Y .id ),
112112 DriveConstants .kDeadbandAllStick )));
113113 }
114114 }
Original file line number Diff line number Diff line change 11{
22 "fileName" : " thirdcoast.json" ,
33 "name" : " StrykeForce-ThirdCoast" ,
4- "version" : " 23.1.3 " ,
4+ "version" : " 23.2.0 " ,
55 "uuid" : " 13c4f4b5-a1c0-4670-8f8d-b7b03628c0d3" ,
66 "mavenUrls" : [" https://d1cfub2bqs98lp.cloudfront.net/repo" ],
77 "jsonUrl" : " http://maven.strykeforce.org/thirdcoast.json" ,
88 "javaDependencies" : [
99 {
1010 "groupId" : " org.strykeforce" ,
1111 "artifactId" : " thirdcoast" ,
12- "version" : " 23.1.3 "
12+ "version" : " 23.2.0 "
1313 }
1414 ],
1515 "jniDependencies" : [],
You can’t perform that action at this time.
0 commit comments