Search found 7 matches

by Asiyeh
Mon Aug 26, 2019 2:05 pm
Forum: General Bullet Physics Support and Feedback
Topic: unstable soft body similation
Replies: 3
Views: 4143

Re: unstable soft body similation

I dont know how can i do that. could you please give me some information?
by Asiyeh
Sat Aug 17, 2019 12:25 pm
Forum: General Bullet Physics Support and Feedback
Topic: unstable soft body similation
Replies: 3
Views: 4143

unstable soft body similation

i want to simulate collision between a soft body and rigid body in pybullet. and here is my code import pybullet as p physicsClient = p.connect(p.GUI) p.setGravity(0,0,-.10) bunnyId = p.loadSoftBody("bunny.obj") p.setRealTimeSimulation(1) shift = [0,0,0] meshScale=[0.12,0.12,0.12] pos = [0...
by Asiyeh
Tue Aug 13, 2019 10:51 am
Forum: General Bullet Physics Support and Feedback
Topic: Soft-Body Objects fall apart
Replies: 3
Views: 7690

Re: Soft-Body Objects fall apart

Hi. i have same problem, could you manage to solve this?
by Asiyeh
Sun Aug 11, 2019 10:53 am
Forum: General Bullet Physics Support and Feedback
Topic: Bullet on colab
Replies: 2
Views: 6784

Re: Bullet on colab

Thank you for your reply.
by Asiyeh
Sun Aug 11, 2019 10:52 am
Forum: General Bullet Physics Support and Feedback
Topic: pybullet soft body and rigid body collision
Replies: 1
Views: 2735

Re: pybullet soft body and rigid body collision

I've managed to load soft body with objId = p.loadSoftBody("objname.obj") but i cant get its position with p.getBasePositionAndOrientation(objId) do to "Failed" error and i cant set it with resetBasePositionAndOrientation ( no error at all just not working). However softbody cant...
by Asiyeh
Fri Aug 09, 2019 11:19 am
Forum: General Bullet Physics Support and Feedback
Topic: pybullet soft body and rigid body collision
Replies: 1
Views: 2735

pybullet soft body and rigid body collision

Hi. i'm totally new to Bullet and i want to use it for my thesis. What i need is simulating collision between a soft body and rigid body which make soft body change its shape to rigid body's and save its new shape. I already searched into pybullet examples but cant find what i want. i want to use th...
by Asiyeh
Wed Aug 07, 2019 10:45 am
Forum: General Bullet Physics Support and Feedback
Topic: Bullet on colab
Replies: 2
Views: 6784

Bullet on colab

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