mirror of
https://github.com/Team4388/RiseOfRidgebotics2020.git
synced 2026-06-09 00:38:00 -06:00
Switched All PIDs to High Gear
Motion Magic and Position need testing.
This commit is contained in:
@@ -131,7 +131,7 @@ public class RobotContainer {
|
||||
|
||||
// X driver test button
|
||||
new JoystickButton(getDriverJoystick(), XboxController.X_BUTTON)
|
||||
.whenPressed(new DriveStraightToPositionPID(m_robotDrive, 60));
|
||||
.whenPressed(new DriveStraightToPositionPID(m_robotDrive, m_robotPneumatics, 60));
|
||||
|
||||
/* Driver Buttons */
|
||||
// sets solenoids into high gear
|
||||
|
||||
Reference in New Issue
Block a user