mirror of
https://github.com/zhm-real/PathPlanning.git
synced 2026-08-30 00:50:46 +08:00
add path
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user