From c3621e74b59c8126a946824dd1351993c2228c0a Mon Sep 17 00:00:00 2001 From: zhm-real Date: Sat, 27 Jun 2020 23:23:59 -0700 Subject: [PATCH] add LTRA*-1 step --- Search-based Planning/.idea/workspace.xml | 19 +-- .../Search_2D/{ara_star.py => ARA_star.py} | 0 .../Search_2D/{ida_star.py => IDA_star.py} | 0 Search-based Planning/Search_2D/LRTA_star.py | 117 ++++++++++++++++++ 4 files changed, 129 insertions(+), 7 deletions(-) rename Search-based Planning/Search_2D/{ara_star.py => ARA_star.py} (100%) rename Search-based Planning/Search_2D/{ida_star.py => IDA_star.py} (100%) create mode 100644 Search-based Planning/Search_2D/LRTA_star.py diff --git a/Search-based Planning/.idea/workspace.xml b/Search-based Planning/.idea/workspace.xml index 0cf8218..f4555aa 100644 --- a/Search-based Planning/.idea/workspace.xml +++ b/Search-based Planning/.idea/workspace.xml @@ -19,7 +19,12 @@