mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-01-14 10:47:57 -05:00
fix test
This commit is contained in:
@@ -5,6 +5,7 @@ sys.path.append(os.path.dirname(os.path.abspath(__file__)) +
|
||||
"/../PathPlanning/RRTStar/")
|
||||
|
||||
try:
|
||||
print(sys.path)
|
||||
import rrt_star as m
|
||||
except:
|
||||
raise
|
||||
|
||||
Reference in New Issue
Block a user