Files
bullet3/examples/SharedMemory
erwin coumans e58e5bdf95 PyBullet:
expose pybullet.changeDynamics(sleepThreshold), default 0.05, for both useMaximalCoordinates=False and True
When the dot(vel,vel) < sleepThreshold for longer than 2 seconds (this timeout is hard coded) objects that have the ACTIVATION_STATE_ENABLE_SLEEPING enabled with be deactivated
Example:
p.changeDynamics(ob, -1, activationState=p.ACTIVATION_STATE_ENABLE_SLEEPING, sleepThreshold=0.05)
2021-04-20 11:29:27 -07:00
..
2020-10-08 14:10:08 -07:00
2020-11-03 09:47:38 -08:00
2021-04-20 11:29:27 -07:00
2021-04-20 11:29:27 -07:00
2020-10-07 10:12:02 -07:00
2021-04-20 11:29:27 -07:00
2021-04-20 11:29:27 -07:00