]> rtime.felk.cvut.cz Git - hubacji1/iamcar.git/commitdiff
Add binaries file naming convention
authorJiri Vlasak <hubacji1@fel.cvut.cz>
Fri, 21 Dec 2018 08:51:31 +0000 (09:51 +0100)
committerJiri Vlasak <hubacji1@fel.cvut.cz>
Fri, 21 Dec 2018 08:56:35 +0000 (09:56 +0100)
gplot.py

index c5c46519227164e2918016d8334aed95d750f709..76dd54a663f1c2c0ca8e8e2d39fb629bc8b763d9 100644 (file)
--- a/gplot.py
+++ b/gplot.py
@@ -6,6 +6,14 @@ from os import listdir
 from sys import argv, exit
 import numpy as np
 
+# ed - euclidean distance
+# rs - reeds and shepp path length
+# sh - reeds and shepp, same heading
+
+# ad - optimize with dijkstra, all nodes
+# as - optimize with smart, all nodes
+# cd - optimize with dijkstra, cusps nodes
+
 LOGF = "log_wo"
 LOG = [
     {"f": "rs", "c": "orange", "l": "Reeds and Shepp path length cost"},