Fix pendula to use the bullet-client.

This commit is contained in:
Benelot
2018-05-22 16:40:10 +02:00
parent ea850d1bf1
commit 7b219e0ea6
3 changed files with 4 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ class StadiumScene(Scene):
def episode_restart(self, bullet_client):
self._p = bullet_client
Scene.episode_restart(self) # contains cpp_world.clean_everything()
Scene.episode_restart(self, bullet_client) # contains cpp_world.clean_everything()
if (self.stadiumLoaded==0):
self.stadiumLoaded=1