1 | initial version |
You can try using a virtual framebuffer like xvfb
to run gazebo on the CPU. Once you install xvfb
, run xvfb-run -s "-screen 0 1400x900x24" bash
. Launching gazebo from that bash shell will run rendering on the CPU. To check if your world is properly loaded, you can run gzclient
from another shell (which will use the GPU).