We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/frc4123/Test-Chassis/blob/d41b17764913bcf21678e662c25b21e12d5f8835/src/main/java/frc/robot/RobotContainer.java#LL173C5-L173C105
@AlphaLQ I think the reason it wasn't going backwards after is that the syntax should be
return ramseteCommand.andThen(ramseteCommand2.andThen(() -> drivetrain.tankDriveVolts(0, 0));
Give that a try sometime and see if it reverses
The text was updated successfully, but these errors were encountered:
Spakshots
No branches or pull requests
https://github.com/frc4123/Test-Chassis/blob/d41b17764913bcf21678e662c25b21e12d5f8835/src/main/java/frc/robot/RobotContainer.java#LL173C5-L173C105
@AlphaLQ I think the reason it wasn't going backwards after is that the syntax should be
Give that a try sometime and see if it reverses
The text was updated successfully, but these errors were encountered: