mirror of
https://github.com/TimeCrafters/FreightFrenzy.git
synced 2025-12-15 22:12:35 +00:00
I worked on teleop and drivetrain and arm to be precise(:
This commit is contained in:
@@ -10,9 +10,9 @@ public class TeleOpState extends CyberarmState {
|
|||||||
|
|
||||||
public TeleOpState(Robot robot) {
|
public TeleOpState(Robot robot) {
|
||||||
this.robot = robot;
|
this.robot = robot;
|
||||||
maxDriveSpeed = 0.7;
|
maxDriveSpeed = 1;
|
||||||
maxCollectorArmSpeed = 0.5;
|
maxCollectorArmSpeed = 0.7;
|
||||||
maxDepositorArmSpeed = .5;
|
maxDepositorArmSpeed = 0.7;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user