|
@@ -19,9 +19,21 @@
|
|
|
<select />
|
|
<select />
|
|
|
</component>
|
|
</component>
|
|
|
<component name="ChangeListManager">
|
|
<component name="ChangeListManager">
|
|
|
- <list default="true" id="025aff36-a6aa-4945-ab7e-b2c625055f47" name="Default Changelist" comment="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.">
|
|
|
|
|
|
|
+ <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$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" 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/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>
|
|
</list>
|
|
|
<option name="SHOW_DIALOG" value="false" />
|
|
<option name="SHOW_DIALOG" value="false" />
|
|
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
@@ -50,7 +62,7 @@
|
|
|
<property name="ASKED_ADD_EXTERNAL_FILES" value="true" />
|
|
<property name="ASKED_ADD_EXTERNAL_FILES" value="true" />
|
|
|
<property name="RunOnceActivity.OpenProjectViewOnStart" value="true" />
|
|
<property name="RunOnceActivity.OpenProjectViewOnStart" value="true" />
|
|
|
<property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
|
|
<property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
|
|
|
- <property name="last_opened_file_path" value="$PROJECT_DIR$" />
|
|
|
|
|
|
|
+ <property name="last_opened_file_path" value="$PROJECT_DIR$/../Sampling-based Planning" />
|
|
|
<property name="restartRequiresConfirmation" value="false" />
|
|
<property name="restartRequiresConfirmation" value="false" />
|
|
|
<property name="settings.editor.selected.configurable" value="com.jetbrains.python.configuration.PyActiveSdkModuleConfigurable" />
|
|
<property name="settings.editor.selected.configurable" value="com.jetbrains.python.configuration.PyActiveSdkModuleConfigurable" />
|
|
|
</component>
|
|
</component>
|
|
@@ -59,8 +71,20 @@
|
|
|
<recent name="C:\Users\Huiming Zhou\Desktop\path planning algorithms\Search-based Planning\Search_2D" />
|
|
<recent name="C:\Users\Huiming Zhou\Desktop\path planning algorithms\Search-based Planning\Search_2D" />
|
|
|
</key>
|
|
</key>
|
|
|
</component>
|
|
</component>
|
|
|
- <component name="RunManager" selected="Python.astar">
|
|
|
|
|
- <configuration name="D_star" type="PythonConfigurationType" factoryName="Python" temporary="true" nameIsGenerated="true">
|
|
|
|
|
|
|
+ <component name="RunDashboard">
|
|
|
|
|
+ <option name="ruleStates">
|
|
|
|
|
+ <list>
|
|
|
|
|
+ <RuleState>
|
|
|
|
|
+ <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
|
|
|
|
|
+ </RuleState>
|
|
|
|
|
+ <RuleState>
|
|
|
|
|
+ <option name="name" value="StatusDashboardGroupingRule" />
|
|
|
|
|
+ </RuleState>
|
|
|
|
|
+ </list>
|
|
|
|
|
+ </option>
|
|
|
|
|
+ </component>
|
|
|
|
|
+ <component name="RunManager" selected="Python.LPAstar">
|
|
|
|
|
+ <configuration name="ARAstar" type="PythonConfigurationType" factoryName="Python" temporary="true">
|
|
|
<module name="Search-based Planning" />
|
|
<module name="Search-based Planning" />
|
|
|
<option name="INTERPRETER_OPTIONS" value="" />
|
|
<option name="INTERPRETER_OPTIONS" value="" />
|
|
|
<option name="PARENT_ENVS" value="true" />
|
|
<option name="PARENT_ENVS" value="true" />
|
|
@@ -72,7 +96,7 @@
|
|
|
<option name="IS_MODULE_SDK" value="true" />
|
|
<option name="IS_MODULE_SDK" value="true" />
|
|
|
<option name="ADD_CONTENT_ROOTS" value="true" />
|
|
<option name="ADD_CONTENT_ROOTS" value="true" />
|
|
|
<option name="ADD_SOURCE_ROOTS" value="true" />
|
|
<option name="ADD_SOURCE_ROOTS" value="true" />
|
|
|
- <option name="SCRIPT_NAME" value="$PROJECT_DIR$/Search_2D/D_star.py" />
|
|
|
|
|
|
|
+ <option name="SCRIPT_NAME" value="$PROJECT_DIR$/Search_2D/ARAstar.py" />
|
|
|
<option name="PARAMETERS" value="" />
|
|
<option name="PARAMETERS" value="" />
|
|
|
<option name="SHOW_COMMAND_LINE" value="false" />
|
|
<option name="SHOW_COMMAND_LINE" value="false" />
|
|
|
<option name="EMULATE_TERMINAL" value="false" />
|
|
<option name="EMULATE_TERMINAL" value="false" />
|
|
@@ -81,7 +105,7 @@
|
|
|
<option name="INPUT_FILE" value="" />
|
|
<option name="INPUT_FILE" value="" />
|
|
|
<method v="2" />
|
|
<method v="2" />
|
|
|
</configuration>
|
|
</configuration>
|
|
|
- <configuration name="D_star_Lite" type="PythonConfigurationType" factoryName="Python" temporary="true">
|
|
|
|
|
|
|
+ <configuration name="LPAstar" type="PythonConfigurationType" factoryName="Python" temporary="true">
|
|
|
<module name="Search-based Planning" />
|
|
<module name="Search-based Planning" />
|
|
|
<option name="INTERPRETER_OPTIONS" value="" />
|
|
<option name="INTERPRETER_OPTIONS" value="" />
|
|
|
<option name="PARENT_ENVS" value="true" />
|
|
<option name="PARENT_ENVS" value="true" />
|
|
@@ -93,7 +117,7 @@
|
|
|
<option name="IS_MODULE_SDK" value="true" />
|
|
<option name="IS_MODULE_SDK" value="true" />
|
|
|
<option name="ADD_CONTENT_ROOTS" value="true" />
|
|
<option name="ADD_CONTENT_ROOTS" value="true" />
|
|
|
<option name="ADD_SOURCE_ROOTS" value="true" />
|
|
<option name="ADD_SOURCE_ROOTS" value="true" />
|
|
|
- <option name="SCRIPT_NAME" value="$PROJECT_DIR$/Search_2D/D_star_Lite.py" />
|
|
|
|
|
|
|
+ <option name="SCRIPT_NAME" value="$PROJECT_DIR$/Search_2D/LPAstar.py" />
|
|
|
<option name="PARAMETERS" value="" />
|
|
<option name="PARAMETERS" value="" />
|
|
|
<option name="SHOW_COMMAND_LINE" value="false" />
|
|
<option name="SHOW_COMMAND_LINE" value="false" />
|
|
|
<option name="EMULATE_TERMINAL" value="false" />
|
|
<option name="EMULATE_TERMINAL" value="false" />
|
|
@@ -102,7 +126,7 @@
|
|
|
<option name="INPUT_FILE" value="" />
|
|
<option name="INPUT_FILE" value="" />
|
|
|
<method v="2" />
|
|
<method v="2" />
|
|
|
</configuration>
|
|
</configuration>
|
|
|
- <configuration name="LPAstar" type="PythonConfigurationType" factoryName="Python" temporary="true">
|
|
|
|
|
|
|
+ <configuration name="astar" type="PythonConfigurationType" factoryName="Python" temporary="true" nameIsGenerated="true">
|
|
|
<module name="Search-based Planning" />
|
|
<module name="Search-based Planning" />
|
|
|
<option name="INTERPRETER_OPTIONS" value="" />
|
|
<option name="INTERPRETER_OPTIONS" value="" />
|
|
|
<option name="PARENT_ENVS" value="true" />
|
|
<option name="PARENT_ENVS" value="true" />
|
|
@@ -114,7 +138,7 @@
|
|
|
<option name="IS_MODULE_SDK" value="true" />
|
|
<option name="IS_MODULE_SDK" value="true" />
|
|
|
<option name="ADD_CONTENT_ROOTS" value="true" />
|
|
<option name="ADD_CONTENT_ROOTS" value="true" />
|
|
|
<option name="ADD_SOURCE_ROOTS" value="true" />
|
|
<option name="ADD_SOURCE_ROOTS" value="true" />
|
|
|
- <option name="SCRIPT_NAME" value="$PROJECT_DIR$/Search_2D/LPAstar.py" />
|
|
|
|
|
|
|
+ <option name="SCRIPT_NAME" value="$PROJECT_DIR$/Search_2D/astar.py" />
|
|
|
<option name="PARAMETERS" value="" />
|
|
<option name="PARAMETERS" value="" />
|
|
|
<option name="SHOW_COMMAND_LINE" value="false" />
|
|
<option name="SHOW_COMMAND_LINE" value="false" />
|
|
|
<option name="EMULATE_TERMINAL" value="false" />
|
|
<option name="EMULATE_TERMINAL" value="false" />
|
|
@@ -123,7 +147,7 @@
|
|
|
<option name="INPUT_FILE" value="" />
|
|
<option name="INPUT_FILE" value="" />
|
|
|
<method v="2" />
|
|
<method v="2" />
|
|
|
</configuration>
|
|
</configuration>
|
|
|
- <configuration name="RTAAstar" type="PythonConfigurationType" factoryName="Python" temporary="true">
|
|
|
|
|
|
|
+ <configuration name="bidirectional_a_star" type="PythonConfigurationType" factoryName="Python" temporary="true">
|
|
|
<module name="Search-based Planning" />
|
|
<module name="Search-based Planning" />
|
|
|
<option name="INTERPRETER_OPTIONS" value="" />
|
|
<option name="INTERPRETER_OPTIONS" value="" />
|
|
|
<option name="PARENT_ENVS" value="true" />
|
|
<option name="PARENT_ENVS" value="true" />
|
|
@@ -135,7 +159,7 @@
|
|
|
<option name="IS_MODULE_SDK" value="true" />
|
|
<option name="IS_MODULE_SDK" value="true" />
|
|
|
<option name="ADD_CONTENT_ROOTS" value="true" />
|
|
<option name="ADD_CONTENT_ROOTS" value="true" />
|
|
|
<option name="ADD_SOURCE_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/bidirectional_a_star.py" />
|
|
|
<option name="PARAMETERS" value="" />
|
|
<option name="PARAMETERS" value="" />
|
|
|
<option name="SHOW_COMMAND_LINE" value="false" />
|
|
<option name="SHOW_COMMAND_LINE" value="false" />
|
|
|
<option name="EMULATE_TERMINAL" value="false" />
|
|
<option name="EMULATE_TERMINAL" value="false" />
|
|
@@ -144,7 +168,7 @@
|
|
|
<option name="INPUT_FILE" value="" />
|
|
<option name="INPUT_FILE" value="" />
|
|
|
<method v="2" />
|
|
<method v="2" />
|
|
|
</configuration>
|
|
</configuration>
|
|
|
- <configuration name="astar" type="PythonConfigurationType" factoryName="Python" temporary="true" nameIsGenerated="true">
|
|
|
|
|
|
|
+ <configuration name="dfs" type="PythonConfigurationType" factoryName="Python" temporary="true">
|
|
|
<module name="Search-based Planning" />
|
|
<module name="Search-based Planning" />
|
|
|
<option name="INTERPRETER_OPTIONS" value="" />
|
|
<option name="INTERPRETER_OPTIONS" value="" />
|
|
|
<option name="PARENT_ENVS" value="true" />
|
|
<option name="PARENT_ENVS" value="true" />
|
|
@@ -156,7 +180,7 @@
|
|
|
<option name="IS_MODULE_SDK" value="true" />
|
|
<option name="IS_MODULE_SDK" value="true" />
|
|
|
<option name="ADD_CONTENT_ROOTS" value="true" />
|
|
<option name="ADD_CONTENT_ROOTS" value="true" />
|
|
|
<option name="ADD_SOURCE_ROOTS" value="true" />
|
|
<option name="ADD_SOURCE_ROOTS" value="true" />
|
|
|
- <option name="SCRIPT_NAME" value="$PROJECT_DIR$/Search_2D/astar.py" />
|
|
|
|
|
|
|
+ <option name="SCRIPT_NAME" value="$PROJECT_DIR$/Search_2D/dfs.py" />
|
|
|
<option name="PARAMETERS" value="" />
|
|
<option name="PARAMETERS" value="" />
|
|
|
<option name="SHOW_COMMAND_LINE" value="false" />
|
|
<option name="SHOW_COMMAND_LINE" value="false" />
|
|
|
<option name="EMULATE_TERMINAL" value="false" />
|
|
<option name="EMULATE_TERMINAL" value="false" />
|
|
@@ -188,19 +212,19 @@
|
|
|
</configuration>
|
|
</configuration>
|
|
|
<list>
|
|
<list>
|
|
|
<item itemvalue="Python.dijkstra" />
|
|
<item itemvalue="Python.dijkstra" />
|
|
|
- <item itemvalue="Python.LPAstar" />
|
|
|
|
|
- <item itemvalue="Python.RTAAstar" />
|
|
|
|
|
- <item itemvalue="Python.D_star_Lite" />
|
|
|
|
|
- <item itemvalue="Python.D_star" />
|
|
|
|
|
<item itemvalue="Python.astar" />
|
|
<item itemvalue="Python.astar" />
|
|
|
|
|
+ <item itemvalue="Python.dfs" />
|
|
|
|
|
+ <item itemvalue="Python.bidirectional_a_star" />
|
|
|
|
|
+ <item itemvalue="Python.ARAstar" />
|
|
|
|
|
+ <item itemvalue="Python.LPAstar" />
|
|
|
</list>
|
|
</list>
|
|
|
<recent_temporary>
|
|
<recent_temporary>
|
|
|
<list>
|
|
<list>
|
|
|
- <item itemvalue="Python.astar" />
|
|
|
|
|
- <item itemvalue="Python.D_star_Lite" />
|
|
|
|
|
- <item itemvalue="Python.D_star" />
|
|
|
|
|
<item itemvalue="Python.LPAstar" />
|
|
<item itemvalue="Python.LPAstar" />
|
|
|
- <item itemvalue="Python.RTAAstar" />
|
|
|
|
|
|
|
+ <item itemvalue="Python.ARAstar" />
|
|
|
|
|
+ <item itemvalue="Python.bidirectional_a_star" />
|
|
|
|
|
+ <item itemvalue="Python.astar" />
|
|
|
|
|
+ <item itemvalue="Python.dfs" />
|
|
|
</list>
|
|
</list>
|
|
|
</recent_temporary>
|
|
</recent_temporary>
|
|
|
</component>
|
|
</component>
|
|
@@ -230,12 +254,13 @@
|
|
|
<map>
|
|
<map>
|
|
|
<entry key="MAIN">
|
|
<entry key="MAIN">
|
|
|
<value>
|
|
<value>
|
|
|
- <State />
|
|
|
|
|
|
|
+ <State>
|
|
|
|
|
+ <option name="COLUMN_ORDER" />
|
|
|
|
|
+ </State>
|
|
|
</value>
|
|
</value>
|
|
|
</entry>
|
|
</entry>
|
|
|
</map>
|
|
</map>
|
|
|
</option>
|
|
</option>
|
|
|
- <option name="oldMeFiltersMigrated" value="true" />
|
|
|
|
|
</component>
|
|
</component>
|
|
|
<component name="VcsManagerConfiguration">
|
|
<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." />
|
|
<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." />
|