summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiranth Sai <sirusalansai.ece18@itbhu.ac.in>2020-07-21 21:33:24 +0530
committerGitHub <noreply@github.com>2020-07-21 21:33:24 +0530
commit33bbc1c58b1511e01ac200a001b1274bd2e5fa20 (patch)
treeb1cb66d9310de949c37b6bee9a0025c649cbb17f
parent011a4cc91ed02c8023fb0f013510887446899632 (diff)
downloadbullet3-33bbc1c58b1511e01ac200a001b1274bd2e5fa20.tar.gz
Update externalTorqueControlledSphere.py
-rw-r--r--examples/pybullet/examples/externalTorqueControlledSphere.py1
1 files changed, 0 insertions, 1 deletions
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")