bullet3/examples/SharedMemory/plugins/testPlugin
erwincoumans 815a56c9bc Allow to load a urdf file in the testplugin.cpp, as first quick test, example pybullet script:
import pybullet as p
p.connect(p.GUI)
pluginUid = p.loadPlugin("E:/develop/bullet3/bin/pybullet_testplugin_vs2010_x64_debug.dll")
commandUid = 0
argument = "plane.urdf"
p.executePluginCommand(pluginUid,commandUid,argument)
p.unloadPlugin(pluginUid)
2017-09-23 09:25:00 -07:00
..
premake4.lua create a C/C++ plugin system for pybullet / C-API. 2017-09-22 19:17:57 -07:00
testplugin.cpp Allow to load a urdf file in the testplugin.cpp, as first quick test, example pybullet script: 2017-09-23 09:25:00 -07:00
testplugin.h Allow to load a urdf file in the testplugin.cpp, as first quick test, example pybullet script: 2017-09-23 09:25:00 -07:00