ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Easiest workaround came up after the discussion among the original developers; run rqt_gui
in multi process
mode by:
$ rqt_gui -m
# This will work around any other issues that arise from running OpenGL
in a single process.