Files
bullet3/examples
Erwin Coumans caa8b26ce5 Fixes in TinyAudio, play sound on collision impact, can be configured in URDF/SDF file.
Requires a modified setup.py (or use premake4 to compile)

Example script:
import pybullet as p
import time
p.connect(p.GUI)
plane = p.loadURDF("plane_with_collision_audio.urdf")
box = p.loadURDF("cube.urdf",[0,0,1])
p.setGravity(0,0,-10)
while (1):
  p.stepSimulation()
  time.sleep(1./240.)
2020-07-13 14:07:58 -07:00
..
2019-08-02 14:06:42 -07:00
2020-02-14 12:07:39 +01:00
2019-11-20 17:06:05 -08:00
2020-03-20 21:12:45 -07:00
2020-05-07 23:20:55 +00:00
2020-03-22 11:58:39 -07:00