diff --git a/PathPlanning/RRTStarReedsShepp/rrt_star_reeds_shepp.py b/PathPlanning/RRTStarReedsShepp/rrt_star_reeds_shepp.py index 489cf087..aa03418f 100644 --- a/PathPlanning/RRTStarReedsShepp/rrt_star_reeds_shepp.py +++ b/PathPlanning/RRTStarReedsShepp/rrt_star_reeds_shepp.py @@ -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