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
+7 -3
View File
@@ -3,13 +3,17 @@ RRT_star 2D
@author: huiming zhou
"""
import math
import numpy as np
import os
import sys
sys.path.append(os.path.dirname(os.path.abspath(__file__)) +
"/../../Sampling-based Planning/")
from rrt_2D import env
from rrt_2D import plotting
import numpy as np
import math
class Node:
def __init__(self, n):