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:
parent
b734df031f
commit
c47be842ae
@ -7,7 +7,7 @@ AutoDrive::AutoDrive(double duration, double xtmp, double ytmp, double ztmp, boo
|
||||
x=xtmp;
|
||||
y=ytmp;
|
||||
z=ztmp;
|
||||
gyro=useGyro;
|
||||
gyro=false;
|
||||
}
|
||||
void AutoDrive::Initialize(){
|
||||
DentRobot::drivetrain->ResetGyro();
|
||||
|
Loading…
Reference in New Issue
Block a user