Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
feat: move into util
Browse files Browse the repository at this point in the history
  • Loading branch information
h-ohta committed Apr 4, 2022
1 parent facff88 commit 34edbac
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions localization_launch/launch/util/util.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
<arg name="output_voxel_grid_downsample_sensor_points_topic" default="voxel_grid_downsample/pointcloud" description="output topic name for voxel grid downsample filter"/>
<arg name="output_downsample_sensor_points_topic" default="downsample/pointcloud" description="output topic name for downsample filter. this is final output"/>

<!-- option -->
<arg name="use_intra_process" default="true" description="use ROS2 component container communication"/>

<!-- pose_initializer -->
<include file="$(find-pkg-share pose_initializer)/launch/pose_initializer.launch.xml" />

Expand All @@ -22,6 +19,7 @@
<arg name="input/pointcloud" value="$(var input/pointcloud)"/>
<arg name="use_pointcloud_container" value="$(var use_pointcloud_container)" />
<arg name="container_name" value="$(var pointcloud_container_name)"/>
<arg name="use_intra_process" value="true"/>
</include>

</launch>

0 comments on commit 34edbac

Please sign in to comment.