Преглед изворни кода

Merge branch 'master' of https://github.com/zhm-real/path-planning-algorithms

zhm-real пре 5 година
родитељ
комит
823c2ef5f3
1 измењених фајлова са 2 додато и 3 уклоњено
  1. 2 3
      README.md

+ 2 - 3
README.md

@@ -7,9 +7,8 @@ Directory Structure
         ├── dijkstra.py                             # dijkstra's
         ├── a_star.py                               # a*
         ├── queue.py                                # FIFO, FILO, Priority queues
-        ├── env.py                                  # environment: working space
-        ├── motion_model.py                         # motion model, feasible input
-        └── tools.py                                # animation, figure generation ...
+        ├── env.py                                  # environment: grid world, motions
+        └── plotting.py                             # animation
     └── Stochastic Shortest Path
         ├── value_iteration.py                      # value iteration
         ├── policy_iteration.py                     # policy iteration