Skip to content

Commit

Permalink
change concate lidars
Browse files Browse the repository at this point in the history
  • Loading branch information
yuki-takagi-66 committed Feb 28, 2024
1 parent 3f9e267 commit 7c307ee
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions aip_xx1_launch/launch/pointcloud_preprocessor.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,18 @@ def launch_setup(context, *args, **kwargs):
{
"input_topics": [
"/sensing/lidar/top/pointcloud",
"/sensing/lidar/left/pointcloud",
"/sensing/lidar/right/pointcloud",
"/sensing/lidar/rear/pointcloud",
"/sensing/lidar/side_left/pointcloud",
"/sensing/lidar/side_right/pointcloud",
"/sensing/lidar/front_left/pointcloud",
"/sensing/lidar/front_right/pointcloud",
],
"output_frame": LaunchConfiguration("base_frame"),
"input_offset": [
0.035,
0.025,
0.025,
0.025,
0.025,
], # each sensor will wait 60, 70, 70, 70ms
"timeout_sec": 0.095, # set shorter than 100ms
"input_twist_topic_type": "twist",
Expand Down

0 comments on commit 7c307ee

Please sign in to comment.