mirror of
https://github.com/TimeCrafters/FreightFrenzy.git
synced 2025-12-13 05:02:34 +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) {
|
||||
this.robot = robot;
|
||||
maxDriveSpeed = 0.7;
|
||||
maxCollectorArmSpeed = 0.5;
|
||||
maxDepositorArmSpeed = .5;
|
||||
maxDriveSpeed = 1;
|
||||
maxCollectorArmSpeed = 0.7;
|
||||
maxDepositorArmSpeed = 0.7;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user