Skip to content

Commit

Permalink
chore(nebula_node_container): enhance logging
Browse files Browse the repository at this point in the history
Signed-off-by: kminoda <[email protected]>
  • Loading branch information
kminoda committed Jan 19, 2024
1 parent 90b7aba commit 815485b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion common_sensor_launch/launch/nebula_node_container.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,14 @@ def create_parameter_dict(*args):

nodes = []

nodes.append(
ComposableNode(
package="glog_component",
plugin="GlogComponent",
name="glog_component",
)
)

nodes.append(
ComposableNode(
package="nebula_ros",
Expand Down Expand Up @@ -200,7 +208,7 @@ def create_parameter_dict(*args):
package="rclcpp_components",
executable=LaunchConfiguration("container_executable"),
composable_node_descriptions=nodes,
output="screen",
output="both",
)

driver_component = ComposableNode(
Expand Down

0 comments on commit 815485b

Please sign in to comment.