mirror of
https://github.com/TimeCrafters/UltimateGoal.git
synced 2025-12-15 05:52:35 +00:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -23,7 +23,7 @@ public class dance extends CyberarmState {
|
||||
robot.driveFrontLeft.setPower(-powerWorks);
|
||||
robot.driveFrontRight.setPower(powerWorks);
|
||||
|
||||
if (1 < rotation && rotation< 15){
|
||||
if (-1 > rotation && rotation> -15){
|
||||
powerWorks = 0;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user