-
-
Notifications
You must be signed in to change notification settings - Fork 473
Open
Description
Describe your issue here and explain how to reproduce it.
Your environment
- OS Version: Ubuntu 18.04
- ROS Distro: Melodic
- RViz, Qt, OGRE, OpenGl version as printed by rviz:
[ INFO] [1646652899.525315495] [ros.rviz]: rviz version 1.13.24 [ INFO] [1646652899.525380866] [ros.rviz]: compiled against Qt version 5.9.5 [ INFO] [1646652899.525397976] [ros.rviz]: compiled against OGRE version 1.9.0 (Ghadamon) [ INFO] [1646652899.533460029] [ros.rviz]: Forcing OpenGl version 0. [ INFO] [1646652899.757093342] [ros.rviz]: Stereo is NOT SUPPORTED [ INFO] [1646652899.757155850] [ros.rviz]: OpenGL device: AMD RENOIR (DRM 3.44.0, 5.16.10-051610-generic, LLVM 13.0.0) [ INFO] [1646652899.757174358] [ros.rviz]: OpenGl version: 4.6 (GLSL 4.6). - If source build, which git commit? 0462dd2
- System locale, i.e. the output of
echo "$LANG $LC_NUMERIC":C C
On this system, I'm using a more recent Mesa from kisak-mesa PPA (mesa 21.3.7).
Currently, there is the mesa version workaround that forces using GLSL 1.4 on systems with Mesa >= 20. In order to resolve #1701, I tried disabling the Mesa workaround, since the original issue (large points) should have been fixed since Mesa 21.0.3. The big points issue is fixed, but there is another problem: every style of PointCloud2 display except "Points" is displayed just as a white dot regardless of the settings:
How to test
- run
rvizin one terminal, configure aPointCloud2display for topicpoints2, set fixed frame tomap. - in a second terminal, run this script: https://github.com/ros-visualization/rviz/blob/noetic-devel/src/test/send_point_cloud_2.py
- play around with the pointcloud display style
Metadata
Metadata
Assignees
Labels
No labels
