Search found 4 matches

by autoalpha
Wed Nov 07, 2018 6:26 am
Forum: PyBullet Support and Feedback
Topic: pb.createCollisionShape failure
Replies: 0
Views: 3923

pb.createCollisionShape failure

Hi, I am experiencing an error regarding to pb.createCollisionShape. I am using this function to load an .obj file to create a collision_shape. Here's a short version of my code: client_id = pb.connect(pb.DIRECT) ... for _ in range(1250): pb.resetSimulation(cliend_id) ... for _ in range(number_of_ob...
by autoalpha
Wed Oct 17, 2018 4:22 am
Forum: PyBullet Support and Feedback
Topic: pip install failure
Replies: 3
Views: 5851

Re: pip install failure

Hi Erwin,

Yes. It started to work now (even without the extra options of pip install). Thanks!
by autoalpha
Tue Oct 16, 2018 6:16 pm
Forum: PyBullet Support and Feedback
Topic: pip install failure
Replies: 3
Views: 5851

pip install failure

Hi, I'm getting pip-install error while installing pybullet in a virtualenv of linux CI server (travis). Here are few selected lines of error messages (searched by "error"): gcc: error: examples/SharedMemory/plugins/eglPlugin/eglRendererVisualShapeConverter.cpp: No such file or directory g...
by autoalpha
Wed Sep 12, 2018 10:52 pm
Forum: PyBullet Support and Feedback
Topic: Getting simulation time in pybullet
Replies: 1
Views: 3656

Getting simulation time in pybullet

Hi all,

I'm a novice in pybullet, and have a basic question. How can I read the simulation time and timestep of pybullet? For example, after executing stepSimulation 10 times where timestep is 1/240, the simulation time is 1/24.