Skip to content

Commit ed8993a

Browse files
authored
Merge pull request AtsushiSakai#210 from Jumpei-Arima/master
fixed path
2 parents 62db9d0 + 37b88b3 commit ed8993a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PathPlanning/RRTStarReedsShepp/rrt_star_reeds_shepp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import sys
1414
import os
1515
sys.path.append(os.path.dirname(os.path.abspath(__file__)) +
16-
"/../PathPlanning/ReedsSheppPath/")
16+
"/../ReedsSheppPath/")
1717

1818
try:
1919
import reeds_shepp_path_planning

0 commit comments

Comments
 (0)