Reorder arguments of Simulate::Load in Python to match C++.

PiperOrigin-RevId: 523973129
Change-Id: I58760e3e392a208dd8257c340da146aa8f745fb7
This commit is contained in:
Saran Tunyasuvunakool
2023-04-13 05:21:26 -07:00
committed by Copybara-Service
parent 5646c905cd
commit cefc290eac
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -273,7 +273,7 @@ def _launch_internal(model: Optional[mujoco.MjModel] = None,
atexit.register(exit_requester)
side_thread.start()
simulate.renderloop()
simulate.render_loop()
atexit.unregister(exit_requester)
side_thread.join()