From 94fe96e2b4433dc6d0eb92e93494ba6bfbd38862 Mon Sep 17 00:00:00 2001 From: erwincoumans Date: Tue, 10 May 2016 01:13:19 -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 af4a8af39..222183666 100644 --- a/examples/pybullet/test.py +++ b/examples/pybullet/test.py @@ -5,7 +5,7 @@ import time pybullet.connect(pybullet.GUI) #load URDF, given a relative or absolute file+path -obj = pybullet.loadURDF("C:/develop/bullet3/data/r2d2.urdf") +obj = pybullet.loadURDF("r2d2.urdf") #query the number of joints of the object numJoints = pybullet.getNumJoints(obj)