summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCuriousCAT <adwaitnaik2@gmail.com>2020-07-16 11:46:49 +0530
committerGitHub <noreply@github.com>2020-07-16 11:46:49 +0530
commit9c62c3f1f1d3fe0d7ed628d6c3b2de2ba42176e9 (patch)
treec8bc5384fa1c4151a0cb2411598f1945bbdb2886
parent6b6cfa6f03a54de484e15520f0a86ea81c9831ae (diff)
downloadbullet3-9c62c3f1f1d3fe0d7ed628d6c3b2de2ba42176e9.tar.gz
prev keyword removed
-rw-r--r--examples/pybullet/examples/constraint.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/pybullet/examples/constraint.py b/examples/pybullet/examples/constraint.py
index 70d4a6fe9..60b883a5c 100644
--- a/examples/pybullet/examples/constraint.py
+++ b/examples/pybullet/examples/constraint.py
@@ -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