Skip to content

Commit

Permalink
Merge branch 'tier4/universe' into fix/perception_parameter_config
Browse files Browse the repository at this point in the history
  • Loading branch information
scepter914 authored Jan 30, 2024
2 parents ef97e34 + 4259268 commit b7335d3
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 b7335d3

Please sign in to comment.