bullet3/examples/pybullet
erwin coumans a9b1544a9f Add premake support to build pybullet, Windows and Linux tested, will enable Mac in next commit.
Expose inverse dynamics to Bullet shared memory API, through b3CalculateInverseDynamicsCommandInit and
b3GetStatusInverseDynamicsJointForces command/status. See PhysicsClientExeample or pybullet for usage.
Add option for Windows and Linux to set python_lib_dir and python_include_dir for premake and --enable_pybullet option
Expose inverse dynamics to pybullet: [force] = p.calculateInverseDynamics(objectIndex,[q],[qdot],[acc])
Thanks to Jeff Bingham for the suggestion.
2016-08-09 18:40:12 -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 premake support to build pybullet, Windows and Linux tested, will enable Mac in next commit. 2016-08-09 18:40:12 -07:00
pybullet.c Add premake support to build pybullet, Windows and Linux tested, will enable Mac in next commit. 2016-08-09 18:40:12 -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