]> rtime.felk.cvut.cz Git - hubacji1/iamcar.git/commitdiff
Use find init pose by reverse by default
authorJiri Vlasak <hubacji1@fel.cvut.cz>
Fri, 29 Mar 2019 15:16:36 +0000 (16:16 +0100)
committerJiri Vlasak <hubacji1@fel.cvut.cz>
Fri, 29 Mar 2019 16:01:38 +0000 (17:01 +0100)
base/main.cc

index af76ff3547f42058c8890bbb538ac3478cc5f094..637d272796dc4c0152d4edef2cecedeb41f96ad1 100644 (file)
@@ -170,12 +170,7 @@ int main()
         ps.setAll();
         p.samplingInfo_ = ps.getSamplingInfo();
         if (ps.slot().bnodes().size() > 0)
-                ps.fpose();
-                //ps.fipr(new BicycleCar(
-                //        p.goal()->x(),
-                //        p.goal()->y(),
-                //        p.goal()->h()
-                //));
+                ps.fipr(ps.getFP());
         TEND();
         jvo["ppse"] = ELAPSED;
         TPRINT("ParallelSlot");