MCPcopy Create free account
hub / github.com/TeleHuman/PBHC / render_step

Method render_step

humanoidverse/deploy/mujoco.py:95–106  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

93
94
95 def render_step(self):
96 while self.is_pause:
97 time.sleep(0.01)
98
99 if self.is_render:
100 if self.viewer.is_running():
101 self.viewer.sync()
102
103 # breakpoint()
104 else:
105 raise RobotExitException("Mujoco Robot Exit")
106 ...
107
108
109class ViewerPlugin:

Callers

nothing calls this directly

Calls 2

RobotExitExceptionClass · 0.90
syncMethod · 0.80

Tested by

no test coverage detected