From 37b88b3deddb7962ac2671960ef94ff14ef20b5a Mon Sep 17 00:00:00 2001 From: Jumpei Arima Date: Mon, 8 Jul 2019 23:33:09 +0900 Subject: [PATCH] fixed path --- PathPlanning/RRTStarReedsShepp/rrt_star_reeds_shepp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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