Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: change pointcloud concatenation timeout setting for each lidar sensors in xx1 laucher #134

Merged
merged 8 commits into from
Apr 28, 2023
Merged
2 changes: 2 additions & 0 deletions aip_xx1_launch/launch/pointcloud_preprocessor.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ def launch_setup(context, *args, **kwargs):
"/sensing/lidar/rear/outlier_filtered/pointcloud",
],
"output_frame": LaunchConfiguration("base_frame"),
"input_offset": [0.055, 0.025, 0.025], # each sensor will wait 20, 50, 50 ms
shmpwk marked this conversation as resolved.
Show resolved Hide resolved
"timeout_sec": 0.075, # set shorter than 100ms
}
],
extra_arguments=[{"use_intra_process_comms": LaunchConfiguration("use_intra_process")}],
Expand Down