bullet3/examples/pybullet
Erwin Coumans 17c16ccfa0 pybullet, deal with overflow of joints (maximum of 128 joints/links per multibody at the moment)
increase from 64 to 128 joints in shared memory API/pybullet
fix potential issue in tinyrenderer, related to missing segmentation mask buffer
report error if CMD_REQUEST_ACTUAL_STATE command on a multibody that exceed the number of links,
todo: stream data to allow arbitrary large number of links in shared memory API
2016-08-17 19:35:52 -07:00
..
CMakeLists.txt Add premake support to build pybullet, Windows and Linux tested, will enable Mac in next commit. 2016-08-09 18:40:12 -07:00
premake4.lua Add sleep to avoid 100% busy CPU loop in PhysicsServerExample 2016-08-13 12:21:18 -07:00
pybullet.c pybullet, deal with overflow of joints (maximum of 128 joints/links per multibody at the moment) 2016-08-17 19:35:52 -07:00
test.py add pybullet.getBasePositionAndOrientation 2016-05-24 15:29:26 -07:00
testrender.py add pybullet render API with yaw/pitch/roll option 2016-08-08 14:23:44 -07:00