Page 1 of 1

Bullet on colab

Posted: Wed Aug 07, 2019 10:45 am
by Asiyeh
I'm new to bullet and trying to use it with google colab.
physicsClient = p.connect(p.DIRECT) works fine but p.GUI cant connect. Do you have any idea why?

* I set runtime time to GPU if it matters

Re: Bullet on colab

Posted: Wed Aug 07, 2019 8:11 pm
by Erwin Coumans
OpenGL isn't available from within a colab/browser. You can still use getCameraImage to render images, using the software renderer. (TinyRenderer)

Re: Bullet on colab

Posted: Sun Aug 11, 2019 10:53 am
by Asiyeh
Thank you for your reply.