From 9ba3a844c06caee3c412c01cf4d55d9af22c002a Mon Sep 17 00:00:00 2001 From: erwincoumans Date: Tue, 10 May 2016 01:24:40 -0700 Subject: [PATCH] Update test.py --- examples/pybullet/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/pybullet/test.py b/examples/pybullet/test.py index 222183666..bfafc0e69 100644 --- a/examples/pybullet/test.py +++ b/examples/pybullet/test.py @@ -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