Partially adjusting drivetrain code to resolve an obvious error
This commit is contained in:
@@ -43,8 +43,8 @@ public class RobotContainer {
|
||||
private void configureBindings() {
|
||||
drivetrain.setDefaultCommand(
|
||||
drivetrain.drive(
|
||||
driver::getLeftY,
|
||||
driver::getLeftX,
|
||||
driver::getLeftY,
|
||||
driver::getRightX,
|
||||
() -> true
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user