Skip to content

Commit 6201aa2

Browse files
committed
release grid based_sweep_coverage_path_planner.py
1 parent fda67dc commit 6201aa2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_grid_based_sweep_coverage_path_planner.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
from unittest import TestCase
44

55
sys.path.append(os.path.dirname(os.path.abspath(__file__)) + "/../PathPlanning/GridBasedSweepCPP")
6+
sys.path.append(os.path.dirname(os.path.abspath(__file__)) + "/../Mapping/grid_map_lib")
67
try:
78
import grid_based_sweep_coverage_path_planner
89
except:

0 commit comments

Comments
 (0)