We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24a67ea commit 213acbbCopy full SHA for 213acbb
map/map_projection_loader/launch/map_projection_loader.launch.xml
@@ -4,7 +4,7 @@
4
<arg name="map_projector_info_path" description="Path to the yaml file"/>
5
<arg name="lanelet2_map_path" description="Path to the lanelet2 map file"/>
6
7
- <node pkg="map_projection_loader" exec="map_projection_loader" name="map_projection_loader" output="screen">
+ <node pkg="map_projection_loader" exec="map_projection_loader_node" output="both">
8
<param from="$(var param_path)" allow_substs="true"/>
9
</node>
10
</launch>
0 commit comments