Update robotcontrol.py script. Closes #907.

This commit is contained in:
Benelot 2017-01-06 00:30:28 +01:00
parent fb51c3f7ed
commit fa2a734857

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()