Skip to content

Commit ac80cd5

Browse files
committed
dropped the stack
1 parent 383bd68 commit ac80cd5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/com/spikes2212/util/smartmotorcontrollers/TalonFXWrapper.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,8 @@ public void pidSet(UnifiedControlMode controlMode, double setpoint, PIDSettings
154154
@Override
155155
public void pidSet(UnifiedControlMode controlMode, double setpoint, double acceleration, PIDSettings pidSettings,
156156
FeedForwardSettings feedForwardSettings, boolean updatePeriodically) {
157-
pidSet(controlMode, setpoint, pidSettings, feedForwardSettings, updatePeriodically);
157+
pidSet(controlMode, setpoint, pidSettings, feedForwardSettings,
158+
TrapezoidProfileSettings.EMPTY_TRAPEZOID_PROFILE_SETTINGS, updatePeriodically);
158159
}
159160

160161
@Override

0 commit comments

Comments
 (0)