Skip to content

Commit c8952f3

Browse files
committed
fix(autoware_map_loader): exec name renamed in 24652f8
Signed-off-by: Grzegorz Głowacki <gglowacki@autonomous-systems.pl>
1 parent 35d0ee7 commit c8952f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

map/autoware_map_loader/launch/lanelet2_map_loader.launch.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<param from="$(var lanelet2_map_loader_param_path)" allow_substs="true"/>
99
</node>
1010

11-
<node pkg="autoware_map_loader" exec="lanelet2_map_loader" name="lanelet2_map_loader" output="both">
11+
<node pkg="autoware_map_loader" exec="autoware_lanelet2_map_loader" name="autoware_lanelet2_map_loader" output="both">
1212
<remap from="output/lanelet2_map" to="$(var lanelet2_map_topic)"/>
1313
<param from="$(var lanelet2_map_loader_param_path)" allow_substs="true"/>
1414
</node>

0 commit comments

Comments
 (0)