Update robot_bases.py

remove print
This commit is contained in:
erwincoumans
2018-06-05 19:33:28 -07:00
committed by GitHub
parent e9b7ab1c59
commit 5ede227e94

View File

@@ -111,7 +111,7 @@ class MJCFBasedRobot(XmlBasedRobot):
def reset(self, bullet_client): def reset(self, bullet_client):
self._p = bullet_client self._p = bullet_client
print("Created bullet_client with id=", self._p._client) #print("Created bullet_client with id=", self._p._client)
if (self.doneLoading==0): if (self.doneLoading==0):
self.ordered_joints = [] self.ordered_joints = []
self.doneLoading=1 self.doneLoading=1