Skip to content

Commit

Permalink
Merge branch 'main' into feat/remove_use_pointcloud_container
Browse files Browse the repository at this point in the history
  • Loading branch information
kminoda authored Feb 1, 2024
2 parents 2a059d9 + af0d32b commit 22b7b51
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 22b7b51

Please sign in to comment.