Update frictionCone.py

This commit is contained in:
NiranthS 2020-04-23 23:07:33 +05:30 committed by GitHub
parent a555fee4f6
commit d91369c345
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,10 @@ import pybullet as p
import time
import math
import pybullet_data
p.connect(p.GUI)
p.setAdditionalSearchPath(pybullet_data.getDataPath())
useMaximalCoordinates = False
p.setGravity(0, 0, -10)