File tree 2 files changed +5
-11
lines changed
map/util/lanelet2_map_preprocessor
2 files changed +5
-11
lines changed Original file line number Diff line number Diff line change 1
1
/** :
2
2
ros__parameters :
3
+ llt_map_path : $(var llt_map_path)
4
+ pcd_map_path : $(var pcd_map_path)
5
+ llt_output_path : $(var llt_output_path)
6
+ pcd_output_path : $(var pcd_output_path)
3
7
x : 0.0
4
8
y : 0.0
5
9
z : 0.0
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<launch >
3
- <arg name =" llt_map_path" default =" " />
4
- <arg name =" pcd_map_path" default =" " />
5
- <arg name =" llt_output_path" default =" " />
6
- <arg name =" pcd_output_path" default =" " />
7
- <arg name =" param_file" default =" $(find-pkg-share lanelet2_map_preprocessor)/config/transform_maps.param.yaml" />
8
-
9
3
<node pkg =" lanelet2_map_preprocessor" exec =" transform_maps" name =" transform_maps" output =" screen" >
10
- <param name =" llt_map_path" value =" $(var llt_map_path)" />
11
- <param name =" pcd_map_path" value =" $(var pcd_map_path)" />
12
- <param name =" llt_output_path" value =" $(var llt_output_path)" />
13
- <param name =" pcd_output_path" value =" $(var pcd_output_path)" />
14
- <param from =" $(var param_file)" />
4
+ <param from =" $(find-pkg-share lanelet2_map_preprocessor)/config/transform_maps.param.yaml" allow_substs =" true" />
15
5
</node >
16
6
</launch >
You can’t perform that action at this time.
0 commit comments