mirror of
https://github.com/Team4388/2023WayOfTheRobot.git
synced 2026-06-09 00:37:59 -06:00
arm limits
This commit is contained in:
@@ -62,9 +62,8 @@ public class RobotContainer {
|
||||
-getDriverController().getRightXAxis(), false), m_robotSwerveDrive)
|
||||
);
|
||||
|
||||
m_robotArm.setDefaultCommand(new RunCommand(() -> m_robotArm.runPivotAndTele(
|
||||
getOperatorController().getLeftYAxis(),
|
||||
getOperatorController().getLeftXAxis()), m_robotArm)
|
||||
m_robotArm.setDefaultCommand(new RunCommand(() -> m_robotArm.armSetLength(
|
||||
getOperatorController().getLeftYAxis()), m_robotArm)
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user