2
0
mirror of https://github.com/team2059/Dent synced 2024-12-18 20:52:29 -05:00

Disabled gyro (tmp fix)

This commit is contained in:
Adam Long 2015-03-19 10:37:58 +00:00
parent b734df031f
commit c47be842ae

View File

@ -7,7 +7,7 @@ AutoDrive::AutoDrive(double duration, double xtmp, double ytmp, double ztmp, boo
x=xtmp; x=xtmp;
y=ytmp; y=ytmp;
z=ztmp; z=ztmp;
gyro=useGyro; gyro=false;
} }
void AutoDrive::Initialize(){ void AutoDrive::Initialize(){
DentRobot::drivetrain->ResetGyro(); DentRobot::drivetrain->ResetGyro();