Skip to content

Commit dbfb048

Browse files
committed
43 edits
1 parent 974424b commit dbfb048

4 files changed

Lines changed: 13 additions & 11 deletions

File tree

src/main/deploy/pathplanner/paths/$spc(43)!c3.path

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@
88
},
99
"prevControl": null,
1010
"nextControl": {
11-
"x": 4.206596259126896,
12-
"y": 3.103371684632099
11+
"x": 4.23001793221846,
12+
"y": 3.2087692135441324
1313
},
1414
"isLocked": false,
1515
"linkedName": "$spc(43)!score c4"
1616
},
1717
{
1818
"anchor": {
19-
"x": 6.724426116469921,
19+
"x": 7.34510045339634,
2020
"y": 4.133925300660873
2121
},
2222
"prevControl": {
23-
"x": 5.682162756917419,
23+
"x": 6.302837093843839,
2424
"y": 4.157395562808446
2525
},
2626
"nextControl": null,
@@ -62,7 +62,7 @@
6262
"maxAngularAcceleration": 720.0
6363
},
6464
"goalEndState": {
65-
"velocity": 2.94,
65+
"velocity": 1.0,
6666
"rotation": 0.0,
6767
"rotateFast": false
6868
},

src/main/deploy/pathplanner/paths/$spc(43)!p-c4.path

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"maxAngularAcceleration": 720.0
4545
},
4646
"goalEndState": {
47-
"velocity": 2.0,
47+
"velocity": 1.0,
4848
"rotation": 24.7751405688318,
4949
"rotateFast": false
5050
},

src/main/java/frc/robot/BuildConstants.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ public final class BuildConstants {
55
public static final String MAVEN_GROUP = "";
66
public static final String MAVEN_NAME = "2024RobotCode";
77
public static final String VERSION = "unspecified";
8-
public static final int GIT_REVISION = 311;
9-
public static final String GIT_SHA = "d78421f0f85c4912d80affa794c9e7b12db0027f";
10-
public static final String GIT_DATE = "2024-07-27 14:38:27 EDT";
8+
public static final int GIT_REVISION = 313;
9+
public static final String GIT_SHA = "974424bf6ad82162eaa1ac360b41f2aa0d05c04d";
10+
public static final String GIT_DATE = "2024-07-27 20:08:15 EDT";
1111
public static final String GIT_BRANCH = "rainbow-rumble";
12-
public static final String BUILD_DATE = "2024-07-27 15:18:49 EDT";
13-
public static final long BUILD_UNIX_TIME = 1722107929009L;
12+
public static final String BUILD_DATE = "2024-07-28 13:00:32 EDT";
13+
public static final long BUILD_UNIX_TIME = 1722186032402L;
1414
public static final int DIRTY = 1;
1515

1616
private BuildConstants() {}

src/main/java/frc/robot/subsystems/pivot/PivotIOTalonFX.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ public PivotIOTalonFX(int leadID, int followID, int gyroID) {
6363
appliedVolts = leader.getMotorVoltage();
6464
currentAmps = leader.getStatorCurrent();
6565

66+
// leader.get
67+
6668
positionSetpointDegs = Constants.PivotConstants.STOW_SETPOINT_DEG;
6769

6870
Logger.recordOutput("start angle", startAngleDegs);

0 commit comments

Comments
 (0)