Merge pull request #2937 from addy1997/master

prev keyword removed
This commit is contained in:
erwincoumans
2020-08-11 08:30:55 -07:00
committed by GitHub

View File

@@ -13,7 +13,6 @@ p.setRealTimeSimulation(1)
cid = p.createConstraint(cubeId, -1, -1, -1, p.JOINT_FIXED, [0, 0, 0], [0, 0, 0], [0, 0, 1])
print(cid)
print(p.getConstraintUniqueId(0))
prev = [0, 0, 1]
a = -math.pi
while 1:
a = a + 0.01