mirror of
https://github.com/TimeCrafters/FreightFrenzy.git
synced 2025-12-13 05:02:34 +00:00
fixed speed issue with arm
This commit is contained in:
@@ -14,8 +14,8 @@ public class TeleOpState extends CyberarmState {
|
||||
public TeleOpState(Robot robot) {
|
||||
this.robot = robot;
|
||||
maxDriveSpeed = 1;
|
||||
maxCollectorArmSpeed = 0.1;
|
||||
maxDepositorArmSpeed = 0.1;
|
||||
maxCollectorArmSpeed = 1;
|
||||
maxDepositorArmSpeed = 1;
|
||||
maxArmTravelDistance = 4000;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user