You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 10, 2023. It is now read-only.
After associating the 3D LiDAR points with respective pixels, we are iterating over all the pixels in the frame itself where I am confident that is not necessary.
Steps to reproduce the bug
Launch the pixel_cloud_fusion node
Launch rviz using rviz
Add the /points_fused topic
Expected behavior
You will see it is so slow to handle any mid-size images and pointclouds, especially images since main iteration is throug the image coordinates.