Skip to content

Commit

Permalink
Fix sapien viewer stuck issue in demo_manual_control.py
Browse files Browse the repository at this point in the history
  • Loading branch information
xuanlinli17 authored Nov 14, 2023
1 parent 6f5b7af commit d04c2dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mani_skill2/examples/demo_manual_control.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ def render_wait():
if not args.enable_sapien_viewer:
return
while True:
env.render_human()
sapien_viewer = env.viewer
if sapien_viewer.window.key_down("0"):
break
Expand Down

0 comments on commit d04c2dc

Please sign in to comment.