mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-09-17 07:44:29 +00:00
Update robotcontrol.py script. Closes #907.
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user