]> rtime.felk.cvut.cz Git - hubacji1/psp.git/commitdiff
Increase fe precision
authorJiri Vlasak <hubacji1@fel.cvut.cz>
Fri, 20 Mar 2020 14:17:33 +0000 (15:17 +0100)
committerJiri Vlasak <hubacji1@fel.cvut.cz>
Fri, 20 Mar 2020 14:17:33 +0000 (15:17 +0100)
src/psp.cc

index f33568e350a37202baba19a88444ade44492f20a..987a49bd84ed202529bbd3d46ada53d3d0001954 100644 (file)
@@ -255,7 +255,7 @@ void PSPlanner::fe_parallel()
                 this->cc().rotate(
                         this->ps().x4(),
                         this->ps().y4() - 0.01,
-                        ((this->ps().right()) ? 0.01 : -0.01)
+                        ((this->ps().right()) ? 0.001 : -0.001)
                 );
         }
         // BFS - find entry current car `cc` and corresponding goal car `gc`