Skip to content

Commit

Permalink
Remove unnecessary print statements.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 445428563
Change-Id: I9387cb5f8510434947a05736573f1cc119dfc809
  • Loading branch information
nimrod-gileadi authored and saran-t committed Apr 29, 2022
1 parent f1d4bd1 commit 20cef21
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dm_control/locomotion/walkers/legacy_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,6 @@ def end_effectors_pos(self):
"""Position of end effectors relative to torso, in the egocentric frame."""
self._entity.end_effectors_pos_sensors[:] = []
for effector in self._entity.end_effectors:
print(effector.name)
print(self._entity.root_body.tag)
self._entity.end_effectors_pos_sensors.append(
self._entity.mjcf_model.sensor.add(
'framepos', name=effector.name + '_end_effector',
Expand Down

0 comments on commit 20cef21

Please sign in to comment.