mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-15 06:00:12 +00:00
Update robotcontrol.py script. Closes #907.
This commit is contained in:
parent
fb51c3f7ed
commit
fa2a734857
@ -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()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user