ros2 / rviz

ROS 3D Robot Visualizer
BSD 3-Clause Clear License
299 stars 212 forks source link

Rviz point cloud alpha flickering #1287

Open dan11003 opened 5 days ago

dan11003 commented 5 days ago

Hi, I recently migrated my code base to ros2 and is experience “flickering” for point clouds in Rviz2. It happens when using the alpha in PointCloud2 to improve visualization clarity. Occasionally, the effect of reduced alpha (increased transparency) vanishes, resulting in sudden very intense point clouds. I.e. point cloud is still visualized but the alpha seems to flicker. The decay time is set to 0.

Not sure if this relates to any other open Issue or not.

dan11003 commented 5 days ago

Screenshot from 2024-10-17 11-05-21 Screenshot from 2024-10-17 11-05-27

Bottom: with alpha = 0.1. Top: The issue that occasionally happens.