ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Hello folk,

After trying for a while, I was able to get the gazebo window open. It seemed that it was not working since I had installed Linux on windows-10 using Windows Subsystem for Linux. Below, I put the youtube link following which I could fix the issue and hope that might help newbies who might face the same kind of problem.

https://www.youtube.com/watch?v=DW7l9LHdK5c&list=LL&index=2

All you need to do is to download another software "VcXsrv windows X server " and type the following commands on the shell.

export GAZEBO_IP=127.0.0.1 export DISPLAY=$(cat /etc/resolv.conf | grep nameserver | awk '{print $2}'):0 export LIBGL_ALWAYS_INDIRECT=0 gazebo

Thanks!

Hello folk,

After trying for a while, I was able to get the gazebo window open. It seemed that it was not working since I had installed Linux on windows-10 using Windows Subsystem for Linux. Below, I put the youtube link following which I could fix the issue and hope that might help newbies who might face the same kind of problem.

https://www.youtube.com/watch?v=DW7l9LHdK5c&list=LL&index=2

All you need to do is to download another software "VcXsrv windows X server " and type the following commands on the shell.

export GAZEBO_IP=127.0.0.1 GAZEBO_IP=127.0.0.1

export DISPLAY=$(cat /etc/resolv.conf | grep nameserver | awk '{print $2}'):0

export LIBGL_ALWAYS_INDIRECT=0 LIBGL_ALWAYS_INDIRECT=0

gazebo

Thanks!

Hello folk,

After trying for a while, I was able to get the gazebo window open. It seemed that it was not working since I had installed Linux on windows-10 using Windows Subsystem for Linux. Below, I put the youtube link following which I could fix the issue and hope that might help newbies who might face the same kind of problem.

https://www.youtube.com/watch?v=DW7l9LHdK5c&list=LL&index=2

All you need to do is to download another software "VcXsrv windows X server " and type the following commands on the shell.

export GAZEBO_IP=127.0.0.1

export DISPLAY=$(cat /etc/resolv.conf | grep nameserver | awk '{print $2}'):0

export LIBGL_ALWAYS_INDIRECT=0

gazebo

Thanks!