Skip to content

Commit

Permalink
fix(tier4_map_launch): change log output (#7289)
Browse files Browse the repository at this point in the history
change log output from screen to both

Signed-off-by: a-maumau <[email protected]>
Co-authored-by: SakodaShintaro <[email protected]>
  • Loading branch information
a-maumau and SakodaShintaro authored Jun 6, 2024
1 parent c085b15 commit da95336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launch/tier4_map_launch/launch/map.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<group>
<push-ros-namespace namespace="map"/>

<node_container pkg="rclcpp_components" exec="$(var container_type)" name="map_container" namespace="" output="screen">
<node_container pkg="rclcpp_components" exec="$(var container_type)" name="map_container" namespace="" output="both">
<composable_node pkg="map_loader" plugin="PointCloudMapLoaderNode" name="pointcloud_map_loader">
<param from="$(var pointcloud_map_loader_param_path)"/>
<param name="pcd_paths_or_directory" value="[$(var pointcloud_map_path)]"/>
Expand Down

0 comments on commit da95336

Please sign in to comment.