Skip to content

Commit 5ed7b9f

Browse files
committed
import path setting
1 parent 41b4a7f commit 5ed7b9f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/simulations/mapping/binary_grid_map_construction/binary_grid_map_construction.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,11 @@
33
44
Author: Shisato Yano
55
"""
6+
7+
# import path setting
8+
import sys
9+
import numpy as np
10+
from pathlib import Path
11+
12+
abs_dir_path = str(Path(__file__).absolute().parent)
13+
relative_path = "/../../../components/"

0 commit comments

Comments
 (0)