PyBullet add getCameraImage to debug urdfEditor/createMultiBody

This commit is contained in:
Erwin Coumans
2018-05-08 23:23:53 -07:00
parent 1e51e2b859
commit be7c6ac967
2 changed files with 2 additions and 0 deletions

View File

@@ -98,4 +98,5 @@ ed0.createMultiBody([0,0,0],pgui._client)
pgui.setRealTimeSimulation(1)
while (pgui.isConnected()):
pgui.getCameraImage(320,200)
time.sleep(1./240.)