From 33bbc1c58b1511e01ac200a001b1274bd2e5fa20 Mon Sep 17 00:00:00 2001 From: Niranth Sai Date: Tue, 21 Jul 2020 21:33:24 +0530 Subject: Update externalTorqueControlledSphere.py --- examples/pybullet/examples/externalTorqueControlledSphere.py | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/pybullet/examples/externalTorqueControlledSphere.py b/examples/pybullet/examples/externalTorqueControlledSphere.py index 544811667..0182dbcc3 100644 --- a/examples/pybullet/examples/externalTorqueControlledSphere.py +++ b/examples/pybullet/examples/externalTorqueControlledSphere.py @@ -5,7 +5,6 @@ import pybullet_data p.connect(p.GUI) p.setAdditionalSearchPath(pybullet_data.getDataPath()) -p.setAdditionalSearchPath(pybullet_data.getDataPath()) p.loadSDF("stadium.sdf") p.setGravity(0, 0, -10) objects = p.loadMJCF("mjcf/sphere.xml") -- cgit v1.2.1