Skip to content

Commit

Permalink
Rename component container
Browse files Browse the repository at this point in the history
  • Loading branch information
luis-camero committed Jan 27, 2025
1 parent b048c66 commit 01365aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions clearpath_sensors/launch/phidgets_spatial.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ def generate_launch_description():
]
)

imu_processing_container = ComposableNodeContainer(
name='imu_processing_container',
imu_filter_container = ComposableNodeContainer(
name='imu_filter_container',
namespace=namespace,
package='rclcpp_components',
executable='component_container',
Expand All @@ -77,5 +77,5 @@ def generate_launch_description():
ld = LaunchDescription()
ld.add_action(arg_namespace)
ld.add_action(arg_parameters)
ld.add_action(imu_processing_container)
ld.add_action(imu_filter_container)
return ld

0 comments on commit 01365aa

Please sign in to comment.