-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Pointcloud processor pipeline shows huge publishing latency with no errors #5665
Comments
Hi, Could you make sure DDS is configured correctly? Please follow to check: Also can you check if the nebula driver and the crobbox filter are in the same composable node container? For this, you can run You may also share the ros2 bag, this will make it easier to debug. Also can you set the FOV to full 360 degrees, without limiting to see if it might have caused the issue? |
Hi, Thanks for looking into it. This is the component list, and nebula driver and the cropbox filter are indeed in the same container.
I might be hallucinating, but I think changing the DDS settings made it a bit faster, although its still painfully slow. I did change the FOV, cloud_min_angle=0 to cloud_max_angle=359 and the result was still the same. |
Checklist
Description
The crop_box_filter_self, crop_box_filter_mirror and distortion_corrector_node shows huge latency in subsequent message publish even though the
/pointcloud_raw_ex is getting published by the nebula_ros package with default frequency.
Following are the configuration and params with the behavior given in the "Actual behavior" section:
lidar.launch.xml :
vehicle_info.param.yaml :
vehicle_mirror.param.yaml
Expected behavior
Pointcloud pipeline has minimal latency
Actual behavior
As the crop_box_filter_self node doesnt take any other input so it shouldnt be related to the anything other than pointcloud input. Below is the actual behaviour:
pipeline_latency_ms :
processing_time_ms :
published timestamp
The same behavior is carried forward till localization/util/downsample/pointcloud
Please help in an elaborated way :(
Steps to reproduce
Versions
OS: Ubuntu 22.04.5 LTS x86_64
ROS 2: Humble
Autoware: 0.39.0
Lidar: Velodyne VLP16
GPS: Ublox F9P
IMU: Zed2 camera IMU
CPU: Intel Xeon W-1390P (16) @ 5.100GHz
GPU: NVIDIA RTX A5000
GPU: Intel RocketLake-S GT1 [UHD Graphics P750]
Memory: 7548MiB / 64026MiB
Possible causes
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: