Search found 3 matches

by FredP
Wed Jan 12, 2022 9:22 am
Forum: PyBullet Support and Feedback
Topic: Dynamically attached fixed joint is not fix
Replies: 2
Views: 10593

Re: Dynamically attached fixed joint is not fix

It's a really old question but I had the same problem and was able to solve it by increasing the number of solver iterations and the number of substeps. See message from Erwin Increasing the number of solver iterations, or using a smaller time step, or increase the number of substeps. You can also i...
by FredP
Fri Oct 09, 2020 8:21 am
Forum: PyBullet Support and Feedback
Topic: Collision margins of imported meshes
Replies: 1
Views: 5030

Re: Collision margins of imported meshes

I had the same problem and it was because I was using concave shapes. You can use V-HACD (search it in the quickstart guide or use the test_vhacd executable if you have compiled Bullet).

See viewtopic.php?f=24&t=11962
by FredP
Fri Oct 09, 2020 8:17 am
Forum: PyBullet Support and Feedback
Topic: Best way to scale up
Replies: 0
Views: 17786

Best way to scale up

Hi, I'm a beginner with Bullet and I'm trying to use it to detect collisions in an environment using industrial robots. Everything seems to be working fine in small scale but if I try to scale up to the real size (the size of the models given by the robots constructor) I have problems with the force...