Merge pull request #912 from benelot/robotcontrol-update

Update robotcontrol.py script
This commit is contained in:
erwincoumans
2017-01-06 07:37:36 -08:00
committed by GitHub

View File

@@ -23,7 +23,7 @@ for joint in range (2,6) :
for step in range (400):
p.stepSimulation()
p.getContactPointData(husky)
p.getContactPoints(husky)
p.disconnect()