Files
bullet3/examples
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
..
2017-03-13 11:00:56 -07:00
2016-03-10 21:15:23 -08:00
2017-09-23 07:52:10 -07:00
2017-06-02 17:40:50 -07:00
2017-05-24 16:44:43 -07:00
2017-09-07 17:24:17 -07:00