From 620e899e2818ea31b39b5bdf29f91c0ed35c8898 Mon Sep 17 00:00:00 2001 From: NiranthS <44475481+NiranthS@users.noreply.github.com> Date: Thu, 7 May 2020 22:44:32 +0530 Subject: [PATCH] Update externalTorqueControlledSphere.py --- examples/pybullet/examples/externalTorqueControlledSphere.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/pybullet/examples/externalTorqueControlledSphere.py b/examples/pybullet/examples/externalTorqueControlledSphere.py index 544811667..45b2cfe70 100644 --- a/examples/pybullet/examples/externalTorqueControlledSphere.py +++ b/examples/pybullet/examples/externalTorqueControlledSphere.py @@ -1,11 +1,9 @@ import pybullet as p import pybullet_data import time -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")