This commit is contained in:
zhm-real
2020-06-24 13:43:39 -07:00
parent f3d1e2994a
commit 9da3e40db8
5 changed files with 20 additions and 7 deletions
+6 -1
View File
@@ -3,10 +3,15 @@ Plotting tools for RRT_2D
@author: huiming zhou
"""
import matplotlib.pyplot as plt
import matplotlib.patches as patches
import os
import sys
sys.path.append(os.path.dirname(os.path.abspath(__file__)) +
"/../../Sampling-based Planning/")
from rrt_2D import env