hfcgcjnm
This commit is contained in:
@ -33,11 +33,10 @@ public void drive(double y, double x, double rot){
|
|||||||
}
|
}
|
||||||
public void resetgyro(){
|
public void resetgyro(){
|
||||||
try {
|
try {
|
||||||
gyroscope.zeroYaw();
|
gyroscope.reset();
|
||||||
} catch( Exception e) {
|
|
||||||
e.printStackTrace();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
/** Creates a new BasePilotable. */
|
/** Creates a new BasePilotable. */
|
||||||
public BasePilotable() {
|
public BasePilotable() {
|
||||||
|
Reference in New Issue
Block a user