mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-01-12 23:58:04 -05:00
try to fix test
This commit is contained in:
0
PathPlanning/RRTDubins/__init__.py
Normal file
0
PathPlanning/RRTDubins/__init__.py
Normal file
@@ -1,9 +1,14 @@
|
||||
from unittest import TestCase
|
||||
|
||||
import sys
|
||||
sys.path.append("./PathPlanning/RRTDubins/")
|
||||
sys.path.append("./PathPlanning/DubinsPath/")
|
||||
|
||||
try:
|
||||
from PathPlanning.RRTDubins import rrt_dubins as m
|
||||
# from RRTDubins import rrt_dubins as m
|
||||
except:
|
||||
raise
|
||||
|
||||
from PathPlanning.RRTDubins import rrt_dubins as m
|
||||
|
||||
print(__file__)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user