Merge pull request #210 from Jumpei-Arima/master

fixed path
This commit is contained in:
Atsushi Sakai
2019-07-09 09:30:34 +09:00
committed by GitHub

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