I have a `nav_msgs::GridCells` topic which can be well shown in rviz itself. But if I want to use the embedded rviz in rqt, and display the gridcells message, rqt crashes.
Running with gdb python and `run /opt/ros/indigo/lib/rqt_gui/rqt_gui`:
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffa9ffb700 (LWP 8874)]
0x00007fffec18ee29 in glGenBuffersARB () from /usr/lib/nvidia-352/libGL.so.1
Versions:
- dpkg ros-indigo-rviz: 1.11.10-0trusty-20160201-033846-0800
- dpkg ros-indigo-rqt: 0.2.14-1trusty-20160110-093425-0800
- dpkg ros-indigo-rqt-gui: 0.2.14-1trusty-20160110-084939-0800
- dpkg ros-indigo-rqt-rviz: 1.11.10-0trusty-20160201-033846-0800
↧