Appease code checker, again
parent
8b84023f1d
commit
abb93b9820
|
|
@ -64,7 +64,7 @@ class CSCSensor {
|
||||||
this.speed = this.lastSpeed;
|
this.speed = this.lastSpeed;
|
||||||
if (dRevs>0 && dT>0) {
|
if (dRevs>0 && dT>0) {
|
||||||
this.speed = (dRevs*this.wheelDia*Math.PI/63360.0)*3600/dT;
|
this.speed = (dRevs*this.wheelDia*Math.PI/63360.0)*3600/dT;
|
||||||
this.speedFailed = 0;
|
this.speedFailed = 0;
|
||||||
this.movingTime += dBT;
|
this.movingTime += dBT;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue