Skip to content

Commit 213acbb

Browse files
committed
change log output from screen to both
Signed-off-by: a-maumau <maumaumaumaumaumaumaumaumaumau@gmail.com>
1 parent 24a67ea commit 213acbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

map/map_projection_loader/launch/map_projection_loader.launch.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<arg name="map_projector_info_path" description="Path to the yaml file"/>
55
<arg name="lanelet2_map_path" description="Path to the lanelet2 map file"/>
66

7-
<node pkg="map_projection_loader" exec="map_projection_loader" name="map_projection_loader" output="screen">
7+
<node pkg="map_projection_loader" exec="map_projection_loader_node" output="both">
88
<param from="$(var param_path)" allow_substs="true"/>
99
</node>
1010
</launch>

0 commit comments

Comments
 (0)