mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-14 05:40:05 +00:00
Merge pull request #2787 from NiranthS/patch-1
Update externalTorqueControlledSphere.py
This commit is contained in:
commit
86a950b135
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user