Bullet on colab

Post Reply
Asiyeh
Posts: 7
Joined: Wed Aug 07, 2019 9:24 am

Bullet on colab

Post 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
User avatar
Erwin Coumans
Site Admin
Posts: 4221
Joined: Sun Jun 26, 2005 6:43 pm
Location: California, USA
Contact:

Re: Bullet on colab

Post 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)
Asiyeh
Posts: 7
Joined: Wed Aug 07, 2019 9:24 am

Re: Bullet on colab

Post by Asiyeh »

Thank you for your reply.
Post Reply