mirror of
https://github.com/bulletphysics/bullet3
synced 2025-01-18 21:10:05 +00:00
Merge pull request #2958 from buoyancy99/patch-1
fix bug of using undefined name p
This commit is contained in:
commit
eb32f48000
@ -15,7 +15,7 @@ import pybullet_data
|
||||
|
||||
pybullet.connect(pybullet.DIRECT)
|
||||
|
||||
p.setAdditionalSearchPath(pybullet_data.getDataPath())
|
||||
pybullet.setAdditionalSearchPath(pybullet_data.getDataPath())
|
||||
|
||||
#pybullet.loadPlugin("eglRendererPlugin")
|
||||
pybullet.loadURDF("plane.urdf", [0, 0, -1])
|
||||
|
Loading…
Reference in New Issue
Block a user