Add headless window capture API#281
Open
yuecideng wants to merge 2 commits into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds
SimulationManager.capture_window()for single-frame RGB capture using the same hidden-camera approach as viewer window recording. When a viewer window is open, the capture camera follows the current viewer pose; in headless runs it renders from a provided pose or a default look-at pose.Also updates
scripts/tutorials/sim/create_scene.pywith--capture-window,--capture-path, and--max-stepsso the feature can be verified non-interactively.Fixes #
Type of change
Screenshots
Not applicable. Verification writes
./outputs/window_capture/create_scene_verify.pnglocally.Verification
python -m py_compile embodichain/lab/sim/sim_manager.py scripts/tutorials/sim/create_scene.pyblack --check embodichain/lab/sim/sim_manager.py scripts/tutorials/sim/create_scene.pypython scripts/tutorials/sim/create_scene.py --headless --max-steps 5 --capture-window --capture-path ./outputs/window_capture/create_scene_verify.png1920x1080 RGBand nonblank.Checklist
black .command to format the code base.