RobotecAI / awsim_sensor_kit_launch

AWF Autoware sensor kit for AWSIM simulator
Apache License 2.0
2 stars 23 forks source link

feat: shorten timeout for subscribing dummy lidar #5

Closed shmpwk closed 1 year ago

shmpwk commented 1 year ago

Signed-off-by: Shumpei Wakabayashi shumpei.wakabayashi@tier4.jp

Description

Current Hz of /sensing/lidar/concatenated/pointcloud is about 5Hz, which is slower than we expected and has a negative impact on subsequent processing. Current AWSIM impliments only the top lidar. On the other hands, awsim_sesnsor_kit_launch includes a dummy left and right lidar as input to simulate the pointcloud concatenate function. Thus this PR shortens the timeout for subscribing the dummy lidar. It can improve the Hz of /sensing/lidar/concatenated/pointcloud up to 10Hz.

Pre-review checklist for the PR author

The PR author must check the checkboxes below when creating the PR.

In-review checklist for the PR reviewers

The PR reviewers must check the checkboxes below before approval.

Post-review checklist for the PR author

The PR author must check the checkboxes below before merging.

After all checkboxes are checked, anyone who has write access can merge the PR.