]> rtime.felk.cvut.cz Git - hubacji1/iamcar2.git/commitdiff
Fix 62e3322
authorJiri Vlasak <hubacji1@fel.cvut.cz>
Thu, 16 Mar 2023 13:13:19 +0000 (14:13 +0100)
committerJiri Vlasak <hubacji1@fel.cvut.cz>
Thu, 16 Mar 2023 13:13:19 +0000 (14:13 +0100)
src/template-with-reset.cc

index 0b9a4c023883c17f7f92e52911a55366cbd482ca..bd9d97288c3bb7e07de603fc11b7046550906b56 100644 (file)
@@ -43,11 +43,12 @@ int main()
        // feng 2018
        //p.eta(0.1);
        // PES Porsche Cayenne
-       c.ctc(11.2531); // this is guess
-       c.w(1.983);
-       c.wb(2.895);
-       c.df(2.895 + 0.9); // this is guess
-       c.len(4.918);
+       //c.ctc(11.2531); // this is guess
+       //c.w(1.983);
+       //c.wb(2.895);
+       //c.df(2.895 + 0.9); // this is guess
+       //c.len(4.918);
+       c.become("porsche cayenne");
 
        bool swapped = false;
        if (s.parallel() && !s.right()) {
@@ -117,12 +118,13 @@ int main()
        // feng 2018
        //p.eta(0.1);
        // PES Porsche Cayenne
-       p.bc().ctc(11.2531); // this is guess
-       p.bc().w(1.983);
-       p.bc().wb(2.895);
-       p.bc().df(2.895 + 0.9); // this is guess
-       p.bc().len(4.918);
-       p.eta(0.1);
+       //p.bc().ctc(11.2531); // this is guess
+       //p.bc().w(1.983);
+       //p.bc().wb(2.895);
+       //p.bc().df(2.895 + 0.9); // this is guess
+       //p.bc().len(4.918);
+       //p.eta(0.1);
+       c.become("porsche cayenne");
 
        p.json(jvi);
        unsigned int icnt = 0;