mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-01-13 06:28:00 -05:00
fixed path
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user