Skip to content

Commit 9102c44

Browse files
committed
just rename glog component
Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
1 parent cd98d2b commit 9102c44

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

launch/tier4_control_launch/launch/control.launch.py

+8-1
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,14 @@ def launch_setup(context, *args, **kwargs):
379379
namespace="",
380380
package="rclcpp_components",
381381
executable=LaunchConfiguration("container_executable"),
382-
composable_node_descriptions=[control_validator_component, glog_component],
382+
composable_node_descriptions=[
383+
control_validator_component,
384+
ComposableNode(
385+
package="glog_component",
386+
plugin="GlogComponent",
387+
name="glog_validator_component",
388+
),
389+
],
383390
),
384391
]
385392
)

0 commit comments

Comments
 (0)