Update robot_bases.py
remove print
This commit is contained in:
@@ -111,7 +111,7 @@ class MJCFBasedRobot(XmlBasedRobot):
|
||||
def reset(self, 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):
|
||||
self.ordered_joints = []
|
||||
self.doneLoading=1
|
||||
|
||||
Reference in New Issue
Block a user