CNCLgithub / GalileoEvents

Galileo + Events
MIT License
2 stars 0 forks source link

cannot connect to server X #19

Closed jeffzma2000 closed 4 years ago

jeffzma2000 commented 4 years ago

I am running the script and it runs fine in creating the scene data. However, the simulation part throws this error.

argc=2
argv[0] = --unused
argv[1] = --start_demo_name=Physics Server
ExampleBrowserThreadFunc started
X11 functions dynamically loaded using dlopen/dlsym OK!

    cannot connect to X server
belledon commented 4 years ago

( you dont need to assign me to every issue)

linux uses things like xserver to coordinate graphical displays.

you need osme extra stuff ot have this via Vagrant. https://computingforgeeks.com/how-to-enable-and-use-ssh-x11-forwarding-on-vagrant-instances/

Note this is happening because you are running stuff with debug = True. pybullet is trying to show you a rendering of the physics simulaiton. up to you if you want to get this to work. altenratively we can use our rendering pipeline and look at the .blend files