Update test.py

This commit is contained in:
erwincoumans
2016-05-10 01:24:40 -07:00
parent 94fe96e2b4
commit 9ba3a844c0

View File

@@ -13,7 +13,7 @@ numJoints = pybullet.getNumJoints(obj)
print (numJoints)
#set the gravity acceleration
pybullet.setGravity(0,0,-0.01)
pybullet.setGravity(0,0,-9.8)
#step the simulation for 5 seconds
t_end = time.time() + 5