restart the work
This commit is contained in:
+3
-3
@@ -41,9 +41,9 @@ void MoveControl::setRotationspeed(double speed) {
|
||||
}
|
||||
|
||||
void MoveControl::calcWheelSpeed() {
|
||||
// original formula:
|
||||
// (1 / r) / 1 b \ / x \ = / Xl \
|
||||
// \ 1 -b / \ T / \ Xr /
|
||||
/* original formula:
|
||||
(1 / r) / 1 b \ / x \ = / Xl \
|
||||
\ 1 -b / \ T / \ Xr / */
|
||||
|
||||
// (1 / r) * 1
|
||||
const static double A = 15.82278481;
|
||||
|
||||
Reference in New Issue
Block a user