@@ -0,0 +1,8 @@
+<component name="ProjectDictionaryState">
+ <dictionary name="zhou">
+ <words>
+ <w>huiming</w>
+ <w>zhou</w>
+ </words>
+ </dictionary>
+</component>
@@ -1,3 +1,9 @@
+"""
+Environment for rrt_2D
+@author: huiming zhou
+
class Env:
def __init__(self):
self.x_range = (0, 50)
@@ -42,4 +48,4 @@ class Env:
(45, 20, 2)
]
- return obs_cir
+ return obs_cir
+Plotting tools for RRT_2D
import matplotlib.pyplot as plt
import matplotlib.patches as patches
+RRT_2D
from rrt_2D import env
from rrt_2D import plotting
+RRT_star 2D