|
|
@@ -20,13 +20,21 @@
|
|
|
</component>
|
|
|
<component name="ChangeListManager">
|
|
|
<list default="true" id="025aff36-a6aa-4945-ab7e-b2c625055f47" name="Default Changelist" comment="">
|
|
|
+ <change beforePath="$PROJECT_DIR$/../Sampling-based Planning/.idea/Sampling-based Planning.iml" beforeDir="false" afterPath="$PROJECT_DIR$/../Sampling-based Planning/.idea/Sampling-based Planning.iml" afterDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/../Sampling-based Planning/.idea/misc.xml" beforeDir="false" afterPath="$PROJECT_DIR$/../Sampling-based Planning/.idea/misc.xml" afterDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/../Sampling-based Planning/rrt_2D/rrt_star.py" beforeDir="false" afterPath="$PROJECT_DIR$/../Sampling-based Planning/rrt_2D/rrt_star.py" afterDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/.idea/Search-based Planning.iml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/Search-based Planning.iml" afterDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/.idea/misc.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" />
|
|
|
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
|
|
- <change beforePath="$PROJECT_DIR$/Search_2D/LRTAstar.py" beforeDir="false" afterPath="$PROJECT_DIR$/Search_2D/LRTAstar.py" afterDir="false" />
|
|
|
- <change beforePath="$PROJECT_DIR$/Search_2D/RTAAstar.py" beforeDir="false" afterPath="$PROJECT_DIR$/Search_2D/RTAAstar.py" afterDir="false" />
|
|
|
- <change beforePath="$PROJECT_DIR$/gif/LRTA_star.gif" beforeDir="false" afterPath="$PROJECT_DIR$/gif/LRTA_star.gif" afterDir="false" />
|
|
|
- <change beforePath="$PROJECT_DIR$/gif/RTAA_star.gif" beforeDir="false" afterPath="$PROJECT_DIR$/gif/RTAA_star.gif" afterDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/Search_2D/ARAstar.py" beforeDir="false" afterPath="$PROJECT_DIR$/Search_2D/ARAstar.py" afterDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/Search_2D/LPAstar.py" beforeDir="false" afterPath="$PROJECT_DIR$/Search_2D/LPAstar.py" afterDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/Search_2D/astar.py" beforeDir="false" afterPath="$PROJECT_DIR$/Search_2D/astar.py" afterDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/Search_2D/bfs.py" beforeDir="false" afterPath="$PROJECT_DIR$/Search_2D/bfs.py" afterDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/Search_2D/bidirectional_a_star.py" beforeDir="false" afterPath="$PROJECT_DIR$/Search_2D/bidirectional_a_star.py" afterDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/Search_2D/dfs.py" beforeDir="false" afterPath="$PROJECT_DIR$/Search_2D/dfs.py" afterDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/Search_2D/dijkstra.py" beforeDir="false" afterPath="$PROJECT_DIR$/Search_2D/dijkstra.py" afterDir="false" />
|
|
|
+ <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" />
|
|
|
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
|
|
@@ -54,10 +62,15 @@
|
|
|
<property name="ASKED_ADD_EXTERNAL_FILES" value="true" />
|
|
|
<property name="RunOnceActivity.OpenProjectViewOnStart" value="true" />
|
|
|
<property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
|
|
|
- <property name="last_opened_file_path" value="$PROJECT_DIR$/../../PythonRobotics-master/PathPlanning" />
|
|
|
+ <property name="last_opened_file_path" value="$PROJECT_DIR$/../Sampling-based Planning" />
|
|
|
<property name="restartRequiresConfirmation" value="false" />
|
|
|
<property name="settings.editor.selected.configurable" value="com.jetbrains.python.configuration.PyActiveSdkModuleConfigurable" />
|
|
|
</component>
|
|
|
+ <component name="RecentsManager">
|
|
|
+ <key name="MoveFile.RECENT_KEYS">
|
|
|
+ <recent name="C:\Users\Huiming Zhou\Desktop\path planning algorithms\Search-based Planning\Search_2D" />
|
|
|
+ </key>
|
|
|
+ </component>
|
|
|
<component name="RunDashboard">
|
|
|
<option name="ruleStates">
|
|
|
<list>
|
|
|
@@ -70,8 +83,8 @@
|
|
|
</list>
|
|
|
</option>
|
|
|
</component>
|
|
|
- <component name="RunManager" selected="Python.RTAAstar">
|
|
|
- <configuration name="Astar3D" type="PythonConfigurationType" factoryName="Python" temporary="true">
|
|
|
+ <component name="RunManager" selected="Python.LPAstar">
|
|
|
+ <configuration name="ARAstar" type="PythonConfigurationType" factoryName="Python" temporary="true">
|
|
|
<module name="Search-based Planning" />
|
|
|
<option name="INTERPRETER_OPTIONS" value="" />
|
|
|
<option name="PARENT_ENVS" value="true" />
|
|
|
@@ -79,11 +92,11 @@
|
|
|
<env name="PYTHONUNBUFFERED" value="1" />
|
|
|
</envs>
|
|
|
<option name="SDK_HOME" value="" />
|
|
|
- <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/Search_3D" />
|
|
|
+ <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/Search_2D" />
|
|
|
<option name="IS_MODULE_SDK" value="true" />
|
|
|
<option name="ADD_CONTENT_ROOTS" value="true" />
|
|
|
<option name="ADD_SOURCE_ROOTS" value="true" />
|
|
|
- <option name="SCRIPT_NAME" value="$PROJECT_DIR$/Search_3D/Astar3D.py" />
|
|
|
+ <option name="SCRIPT_NAME" value="$PROJECT_DIR$/Search_2D/ARAstar.py" />
|
|
|
<option name="PARAMETERS" value="" />
|
|
|
<option name="SHOW_COMMAND_LINE" value="false" />
|
|
|
<option name="EMULATE_TERMINAL" value="false" />
|
|
|
@@ -113,7 +126,7 @@
|
|
|
<option name="INPUT_FILE" value="" />
|
|
|
<method v="2" />
|
|
|
</configuration>
|
|
|
- <configuration name="LRTAstar" type="PythonConfigurationType" factoryName="Python" temporary="true">
|
|
|
+ <configuration name="astar" type="PythonConfigurationType" factoryName="Python" temporary="true" nameIsGenerated="true">
|
|
|
<module name="Search-based Planning" />
|
|
|
<option name="INTERPRETER_OPTIONS" value="" />
|
|
|
<option name="PARENT_ENVS" value="true" />
|
|
|
@@ -125,7 +138,7 @@
|
|
|
<option name="IS_MODULE_SDK" value="true" />
|
|
|
<option name="ADD_CONTENT_ROOTS" value="true" />
|
|
|
<option name="ADD_SOURCE_ROOTS" value="true" />
|
|
|
- <option name="SCRIPT_NAME" value="$PROJECT_DIR$/Search_2D/LRTAstar.py" />
|
|
|
+ <option name="SCRIPT_NAME" value="$PROJECT_DIR$/Search_2D/astar.py" />
|
|
|
<option name="PARAMETERS" value="" />
|
|
|
<option name="SHOW_COMMAND_LINE" value="false" />
|
|
|
<option name="EMULATE_TERMINAL" value="false" />
|
|
|
@@ -134,7 +147,7 @@
|
|
|
<option name="INPUT_FILE" value="" />
|
|
|
<method v="2" />
|
|
|
</configuration>
|
|
|
- <configuration name="LRT_Astar3D" type="PythonConfigurationType" factoryName="Python" temporary="true">
|
|
|
+ <configuration name="bidirectional_a_star" type="PythonConfigurationType" factoryName="Python" temporary="true">
|
|
|
<module name="Search-based Planning" />
|
|
|
<option name="INTERPRETER_OPTIONS" value="" />
|
|
|
<option name="PARENT_ENVS" value="true" />
|
|
|
@@ -142,11 +155,11 @@
|
|
|
<env name="PYTHONUNBUFFERED" value="1" />
|
|
|
</envs>
|
|
|
<option name="SDK_HOME" value="" />
|
|
|
- <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/Search_3D" />
|
|
|
+ <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/Search_2D" />
|
|
|
<option name="IS_MODULE_SDK" value="true" />
|
|
|
<option name="ADD_CONTENT_ROOTS" value="true" />
|
|
|
<option name="ADD_SOURCE_ROOTS" value="true" />
|
|
|
- <option name="SCRIPT_NAME" value="$PROJECT_DIR$/Search_3D/LRT_Astar3D.py" />
|
|
|
+ <option name="SCRIPT_NAME" value="$PROJECT_DIR$/Search_2D/bidirectional_a_star.py" />
|
|
|
<option name="PARAMETERS" value="" />
|
|
|
<option name="SHOW_COMMAND_LINE" value="false" />
|
|
|
<option name="EMULATE_TERMINAL" value="false" />
|
|
|
@@ -155,7 +168,7 @@
|
|
|
<option name="INPUT_FILE" value="" />
|
|
|
<method v="2" />
|
|
|
</configuration>
|
|
|
- <configuration name="RTAAstar" type="PythonConfigurationType" factoryName="Python" temporary="true">
|
|
|
+ <configuration name="dfs" type="PythonConfigurationType" factoryName="Python" temporary="true">
|
|
|
<module name="Search-based Planning" />
|
|
|
<option name="INTERPRETER_OPTIONS" value="" />
|
|
|
<option name="PARENT_ENVS" value="true" />
|
|
|
@@ -167,7 +180,7 @@
|
|
|
<option name="IS_MODULE_SDK" value="true" />
|
|
|
<option name="ADD_CONTENT_ROOTS" value="true" />
|
|
|
<option name="ADD_SOURCE_ROOTS" value="true" />
|
|
|
- <option name="SCRIPT_NAME" value="$PROJECT_DIR$/Search_2D/RTAAstar.py" />
|
|
|
+ <option name="SCRIPT_NAME" value="$PROJECT_DIR$/Search_2D/dfs.py" />
|
|
|
<option name="PARAMETERS" value="" />
|
|
|
<option name="SHOW_COMMAND_LINE" value="false" />
|
|
|
<option name="EMULATE_TERMINAL" value="false" />
|
|
|
@@ -199,19 +212,19 @@
|
|
|
</configuration>
|
|
|
<list>
|
|
|
<item itemvalue="Python.dijkstra" />
|
|
|
+ <item itemvalue="Python.astar" />
|
|
|
+ <item itemvalue="Python.dfs" />
|
|
|
+ <item itemvalue="Python.bidirectional_a_star" />
|
|
|
+ <item itemvalue="Python.ARAstar" />
|
|
|
<item itemvalue="Python.LPAstar" />
|
|
|
- <item itemvalue="Python.LRTAstar" />
|
|
|
- <item itemvalue="Python.RTAAstar" />
|
|
|
- <item itemvalue="Python.LRT_Astar3D" />
|
|
|
- <item itemvalue="Python.Astar3D" />
|
|
|
</list>
|
|
|
<recent_temporary>
|
|
|
<list>
|
|
|
- <item itemvalue="Python.RTAAstar" />
|
|
|
- <item itemvalue="Python.LRTAstar" />
|
|
|
- <item itemvalue="Python.LRT_Astar3D" />
|
|
|
- <item itemvalue="Python.Astar3D" />
|
|
|
<item itemvalue="Python.LPAstar" />
|
|
|
+ <item itemvalue="Python.ARAstar" />
|
|
|
+ <item itemvalue="Python.bidirectional_a_star" />
|
|
|
+ <item itemvalue="Python.astar" />
|
|
|
+ <item itemvalue="Python.dfs" />
|
|
|
</list>
|
|
|
</recent_temporary>
|
|
|
</component>
|
|
|
@@ -226,6 +239,14 @@
|
|
|
<option name="presentableId" value="Default" />
|
|
|
<updated>1592347358698</updated>
|
|
|
</task>
|
|
|
+ <task id="LOCAL-00001" summary="Merge branch 'master' of https://github.com/zhm-real/path-planning-algorithms # Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit.">
|
|
|
+ <created>1593715021929</created>
|
|
|
+ <option name="number" value="00001" />
|
|
|
+ <option name="presentableId" value="LOCAL-00001" />
|
|
|
+ <option name="project" value="LOCAL" />
|
|
|
+ <updated>1593715021929</updated>
|
|
|
+ </task>
|
|
|
+ <option name="localTasksCounter" value="2" />
|
|
|
<servers />
|
|
|
</component>
|
|
|
<component name="Vcs.Log.Tabs.Properties">
|
|
|
@@ -241,39 +262,43 @@
|
|
|
</map>
|
|
|
</option>
|
|
|
</component>
|
|
|
+ <component name="VcsManagerConfiguration">
|
|
|
+ <MESSAGE value="Merge branch 'master' of https://github.com/zhm-real/path-planning-algorithms # Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit." />
|
|
|
+ <option name="LAST_COMMIT_MESSAGE" value="Merge branch 'master' of https://github.com/zhm-real/path-planning-algorithms # Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit." />
|
|
|
+ </component>
|
|
|
<component name="WindowStateProjectService">
|
|
|
<state x="2377" y="197" key="#com.intellij.execution.impl.EditConfigurationsDialog" timestamp="1593282711181">
|
|
|
<screen x="1920" y="0" width="1920" height="1080" />
|
|
|
</state>
|
|
|
<state x="2377" y="197" key="#com.intellij.execution.impl.EditConfigurationsDialog/65.24.1855.1056/1920.0.1920.1080@1920.0.1920.1080" timestamp="1593282711181" />
|
|
|
- <state x="2700" y="297" width="424" height="482" key="FileChooserDialogImpl" timestamp="1593282670147">
|
|
|
+ <state x="2700" y="297" width="424" height="482" key="FileChooserDialogImpl" timestamp="1593631602696">
|
|
|
<screen x="1920" y="0" width="1920" height="1080" />
|
|
|
</state>
|
|
|
- <state x="2700" y="297" width="424" height="482" key="FileChooserDialogImpl/65.24.1855.1056/1920.0.1920.1080@1920.0.1920.1080" timestamp="1593282670147" />
|
|
|
+ <state x="2700" y="297" width="424" height="482" key="FileChooserDialogImpl/65.24.1855.1056/1920.0.1920.1080@1920.0.1920.1080" timestamp="1593631602696" />
|
|
|
<state x="819" y="314" key="FileChooserDialogImpl/65.24.1855.1056/1920.0.1920.1080@65.24.1855.1056" timestamp="1592933974409" />
|
|
|
- <state width="1832" height="206" key="GridCell.Tab.0.bottom" timestamp="1593282755222">
|
|
|
+ <state width="1832" height="146" key="GridCell.Tab.0.bottom" timestamp="1593715356351">
|
|
|
<screen x="1920" y="0" width="1920" height="1080" />
|
|
|
</state>
|
|
|
- <state width="1832" height="206" key="GridCell.Tab.0.bottom/65.24.1855.1056/1920.0.1920.1080@1920.0.1920.1080" timestamp="1593282755222" />
|
|
|
- <state width="1832" height="206" key="GridCell.Tab.0.center" timestamp="1593282755222">
|
|
|
+ <state width="1832" height="146" key="GridCell.Tab.0.bottom/65.24.1855.1056/1920.0.1920.1080@1920.0.1920.1080" timestamp="1593715356351" />
|
|
|
+ <state width="1832" height="146" key="GridCell.Tab.0.center" timestamp="1593715356351">
|
|
|
<screen x="1920" y="0" width="1920" height="1080" />
|
|
|
</state>
|
|
|
- <state width="1832" height="206" key="GridCell.Tab.0.center/65.24.1855.1056/1920.0.1920.1080@1920.0.1920.1080" timestamp="1593282755222" />
|
|
|
- <state width="1832" height="206" key="GridCell.Tab.0.left" timestamp="1593282755222">
|
|
|
+ <state width="1832" height="146" key="GridCell.Tab.0.center/65.24.1855.1056/1920.0.1920.1080@1920.0.1920.1080" timestamp="1593715356351" />
|
|
|
+ <state width="1832" height="146" key="GridCell.Tab.0.left" timestamp="1593715356351">
|
|
|
<screen x="1920" y="0" width="1920" height="1080" />
|
|
|
</state>
|
|
|
- <state width="1832" height="206" key="GridCell.Tab.0.left/65.24.1855.1056/1920.0.1920.1080@1920.0.1920.1080" timestamp="1593282755222" />
|
|
|
- <state width="1832" height="206" key="GridCell.Tab.0.right" timestamp="1593282755222">
|
|
|
+ <state width="1832" height="146" key="GridCell.Tab.0.left/65.24.1855.1056/1920.0.1920.1080@1920.0.1920.1080" timestamp="1593715356351" />
|
|
|
+ <state width="1832" height="146" key="GridCell.Tab.0.right" timestamp="1593715356351">
|
|
|
<screen x="1920" y="0" width="1920" height="1080" />
|
|
|
</state>
|
|
|
- <state width="1832" height="206" key="GridCell.Tab.0.right/65.24.1855.1056/1920.0.1920.1080@1920.0.1920.1080" timestamp="1593282755222" />
|
|
|
+ <state width="1832" height="146" key="GridCell.Tab.0.right/65.24.1855.1056/1920.0.1920.1080@1920.0.1920.1080" timestamp="1593715356351" />
|
|
|
<state x="2406" y="174" key="SettingsEditor" timestamp="1593282573348">
|
|
|
<screen x="1920" y="0" width="1920" height="1080" />
|
|
|
</state>
|
|
|
<state x="2406" y="174" key="SettingsEditor/65.24.1855.1056/1920.0.1920.1080@1920.0.1920.1080" timestamp="1593282573348" />
|
|
|
- <state x="2701" y="438" key="com.intellij.openapi.vcs.update.UpdateOrStatusOptionsDialogupdate-v2" timestamp="1593242832142">
|
|
|
+ <state x="2701" y="438" key="com.intellij.openapi.vcs.update.UpdateOrStatusOptionsDialogupdate-v2" timestamp="1593715195096">
|
|
|
<screen x="1920" y="0" width="1920" height="1080" />
|
|
|
</state>
|
|
|
- <state x="2701" y="438" key="com.intellij.openapi.vcs.update.UpdateOrStatusOptionsDialogupdate-v2/65.24.1855.1056/1920.0.1920.1080@1920.0.1920.1080" timestamp="1593242832142" />
|
|
|
+ <state x="2701" y="438" key="com.intellij.openapi.vcs.update.UpdateOrStatusOptionsDialogupdate-v2/65.24.1855.1056/1920.0.1920.1080@1920.0.1920.1080" timestamp="1593715195096" />
|
|
|
</component>
|
|
|
</project>
|