Merge branch 'main' of https://demerso.net/pls5618/2023/robot
This commit is contained in:
		| @@ -26,11 +26,11 @@ public class Gyro extends CommandBase { | |||||||
|   public void execute() { |   public void execute() { | ||||||
|   if(basePilotable.getpitch()>6)  |   if(basePilotable.getpitch()>6)  | ||||||
|    {  |    {  | ||||||
|     basePilotable.drive(0.4*basePilotable.getpitch()/12, 0); |     basePilotable.drive(0.3*basePilotable.getpitch()/12, 0); | ||||||
|    } |    } | ||||||
|    else if(basePilotable.getpitch()<-6)  |    else if(basePilotable.getpitch()<-6)  | ||||||
|    {  |    {  | ||||||
|     basePilotable.drive(0.4*basePilotable.getpitch()/12, 0); |     basePilotable.drive(0.3*basePilotable.getpitch()/12, 0); | ||||||
|    } |    } | ||||||
|    else |    else | ||||||
|    { |    { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user