This commit is contained in:
Atsushi Sakai
2019-02-06 16:17:11 +09:00
parent ece317c61c
commit ffda0acca5

View File

@@ -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