Prechádzať zdrojové kódy

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

yue qi 5 rokov pred
rodič
commit
977314c9cf

+ 1 - 1
LICENSE

@@ -1 +1 @@
-Copyright (c) 2020 Huiming Zhou
+Copyright (c) 2020 Huiming Zhou & Yue Qi

+ 3 - 1
Search-based Planning/.idea/workspace.xml

@@ -19,7 +19,9 @@
     <select />
   </component>
   <component name="ChangeListManager">
-    <list default="true" id="025aff36-a6aa-4945-ab7e-b2c625055f47" name="Default Changelist" comment="" />
+    <list default="true" id="025aff36-a6aa-4945-ab7e-b2c625055f47" name="Default Changelist" comment="">
+      <change beforePath="$PROJECT_DIR$/Search_2D/env.py" beforeDir="false" afterPath="$PROJECT_DIR$/Search_2D/env.py" afterDir="false" />
+    </list>
     <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
     <option name="SHOW_DIALOG" value="false" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />

+ 0 - 2
Search-based Planning/Search_2D/env.py

@@ -39,8 +39,6 @@ class Env:
 
         for i in range(15, 30):
             obs.add((30, i))
-        # for i in range(15, 25):
-        #     obs.add((30, i))
         for i in range(16):
             obs.add((40, i))