You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.
The speed of the charge auto and the amount of time it runs for should be specified in the Charge constructor. This means that the withTimeout method will have to be replaced by the following:
Have the Charge class extend WaitCommand.
Call the super class constructor with the time specified in the Charge constructor (e.x. super(timeout) where timeout is a parameter of the Charge constructor).
The speed of the charge auto and the amount of time it runs for should be specified in the
Charge
constructor. This means that thewithTimeout
method will have to be replaced by the following:Charge
class extendWaitCommand
.Charge
constructor (e.x.super(timeout)
where timeout is a parameter of the Charge constructor).2020-offseason/src/main/java/frc/robot/RobotContainer.java
Line 90 in 16cebe6
The text was updated successfully, but these errors were encountered: