1 | initial version |
Gazebo needs a display to run. If the remote host has a display server running, you might be able to just set the DISPLAY
environment variable before launching. Eg. export DISPLAY=:0
. Otherwise, you can look into running it headless with a virtual display (see this answer).
In any case, simply running gazebo --verbose
on the remote host should provide some information as to why Gazebo isn't running properly.