fixed path

This commit is contained in:
Jumpei Arima
2019-07-08 23:33:09 +09:00
parent 62db9d0b83
commit 37b88b3ded

View File

@@ -13,7 +13,7 @@ import random
import sys
import os
sys.path.append(os.path.dirname(os.path.abspath(__file__)) +
"/../PathPlanning/ReedsSheppPath/")
"/../ReedsSheppPath/")
try:
import reeds_shepp_path_planning