sundyCoder / ManiWare

ManiWare: An Easy-to-Use Middleware for Cooperative Manipulators
https://maniware.readthedocs.io/
Apache License 2.0
2 stars 0 forks source link

cannot connect to X server #1

Open liushuping0528 opened 6 months ago

liushuping0528 commented 6 months ago

Hello, how can I solve this problem? ExampleBrowserThreadFunc started X11 functions dynamically loaded using dlopen/dlsym OK!

    cannot connect to X server
liushuping0528 commented 6 months ago

if self.display: self.client = p.connect(p.GUI) p.configureDebugVisualizer(p.COV_ENABLE_GUI, 0, physicsClientId=self.client)

sundyCoder commented 4 months ago

if self.display: self.client = p.connect(p.GUI) p.configureDebugVisualizer(p.COV_ENABLE_GUI, 0, physicsClientId=self.client)

Please check the version of Pybullet.