Skip to content

Commit 45529fb

Browse files
committed
Fixed lanelet2_map_loader_launch.test.py
Signed-off-by: anhnv3991 <anh.nguyen.2@tier4.jp>
1 parent b6d631c commit 45529fb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

map/map_loader/test/lanelet2_map_loader_launch.test.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ def generate_test_description():
3434
lanelet2_map_loader = Node(
3535
package="map_loader",
3636
executable="lanelet2_map_loader",
37-
parameters=[{"lanelet2_map_path": lanelet2_map_path}],
37+
parameters=[{"lanelet2_map_path": lanelet2_map_path,
38+
"center_line_resolution": 5.0
39+
}],
3840
)
3941

4042
context = {}

0 commit comments

Comments
 (0)