mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-01-14 01:28:23 -05:00
release grid based_sweep_coverage_path_planner.py
This commit is contained in:
@@ -3,6 +3,7 @@ import sys
|
||||
from unittest import TestCase
|
||||
|
||||
sys.path.append(os.path.dirname(os.path.abspath(__file__)) + "/../PathPlanning/GridBasedSweepCPP")
|
||||
sys.path.append(os.path.dirname(os.path.abspath(__file__)) + "/../Mapping/grid_map_lib")
|
||||
try:
|
||||
import grid_based_sweep_coverage_path_planner
|
||||
except:
|
||||
|
||||
Reference in New Issue
Block a user