Skip to content

Commit

Permalink
feat: change concatenated settings (#136)
Browse files Browse the repository at this point in the history
Signed-off-by: tomoya.kimura <[email protected]>
  • Loading branch information
tkimura4 authored May 12, 2023
1 parent 4a50e4f commit 27111dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions aip_xx1_launch/launch/lidar.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@
<arg name="base_frame" value="base_link" />
<arg name="use_intra_process" value="true" />
<arg name="use_multithread" value="true" />
<arg name="use_pointcloud_container" value="$(var use_pointcloud_container)" />
<arg name="container_name" value="$(var pointcloud_container_name)"/>
<arg name="use_pointcloud_container" value="true" />
<arg name="container_name" value="/sensing/lidar/top/pointcloud_preprocessor/pointcloud_container"/>
</include>

</group>
Expand Down
2 changes: 1 addition & 1 deletion aip_xx1_launch/launch/pointcloud_preprocessor.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def launch_setup(context, *args, **kwargs):
0.025,
0.025,
], # each sensor will wait 20, 50, 50, 50ms
"timeout_sec": 0.075, # set shorter than 100ms
"timeout_sec": 0.095, # set shorter than 100ms
}
],
extra_arguments=[{"use_intra_process_comms": LaunchConfiguration("use_intra_process")}],
Expand Down

0 comments on commit 27111dc

Please sign in to comment.