mirror of
https://github.com/TimeCrafters/FTC_2022
synced 2025-12-15 22:22:35 +00:00
all servos working.
strafe needs weight balance to be efficient.
This commit is contained in:
@@ -15,5 +15,5 @@ public class MecanumMinibotTeleOpEngine extends CyberarmEngine {
|
|||||||
robot = new MecanumMinibot(this);
|
robot = new MecanumMinibot(this);
|
||||||
|
|
||||||
addState(new MecanumMinibotTeleOpState(robot));
|
addState(new MecanumMinibotTeleOpState(robot));
|
||||||
}
|
}//
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user