]> rtime.felk.cvut.cz Git - hubacji1/psp.git/commitdiff
Fine grain speed of fer method
authorJiri Vlasak <hubacji1@fel.cvut.cz>
Wed, 24 Jul 2019 09:35:39 +0000 (11:35 +0200)
committerJiri Vlasak <hubacji1@fel.cvut.cz>
Wed, 24 Jul 2019 09:41:32 +0000 (11:41 +0200)
src/psp.cc

index e47a931723f4ddacce56895bf5930abd703610d3..52414a0cbd2c6506f2de1eaef8189b1be0deed90 100644 (file)
@@ -176,7 +176,7 @@ void PSPlanner::fer_parallel()
         this->cc().st(this->cc().wb() / this->cc().mtr());
         if (!this->ps().right())
                 this->cc().st(this->cc().st() * -1);
-        this->cc().sp(0.1);
+        this->cc().sp(0.01);
         while (!this->left()) {
                 while (!this->collide() && !this->left())
                         this->cc().next();