Skip to content

Commit

Permalink
chore(pointcloud_container): fix output log from screen to both (auto…
Browse files Browse the repository at this point in the history
…warefoundation#804)

Signed-off-by: kminoda <[email protected]>
  • Loading branch information
kminoda committed Feb 2, 2024
1 parent 2e68acb commit 0df6d81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoware_launch/launch/pointcloud_container.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def add_launch_arg(name: str, default_value=None):
package="rclcpp_components",
executable=LaunchConfiguration("container_executable"),
composable_node_descriptions=[],
output="screen",
output="both",
)

return LaunchDescription(
Expand Down

0 comments on commit 0df6d81

Please sign in to comment.