We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fda67dc commit 6201aa2Copy full SHA for 6201aa2
tests/test_grid_based_sweep_coverage_path_planner.py
@@ -3,6 +3,7 @@
3
from unittest import TestCase
4
5
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")
7
try:
8
import grid_based_sweep_coverage_path_planner
9
except:
0 commit comments