Skip to content

[FEATURE] Add debug camera for monitoring.#1521

Merged
duburcqa merged 2 commits intoGenesis-Embodied-AI:mainfrom
Kashu7100:feat-cam
Aug 12, 2025
Merged

[FEATURE] Add debug camera for monitoring.#1521
duburcqa merged 2 commits intoGenesis-Embodied-AI:mainfrom
Kashu7100:feat-cam

Conversation

@Kashu7100
Copy link
Collaborator

@Kashu7100 Kashu7100 commented Aug 8, 2025

Description

  • Enable to use PyRenderer camera to render along with Madrona Batched renderer
  • Only add rasterizer camera if needed instead of systematically as before

Motivation and Context

This will be useful for monitoring the training (logging eval video) in different resolution from what policy sees (e.g., HD camera for human monitoring and 64x64 for policy input) in a headless environment (like a server) where viewer is not available or when you don't want to use viewer to prevent slow down for the entire training.

How Has This Been / Can This Be Tested?

python examples/rigid/single_franka_batch_render.py -r # batch_renderer only
python examples/rigid/single_franka_batch_render.py -r -d # batch_renderer + rasterizer for debug

Checklist:

  • I read the CONTRIBUTING document.
  • I followed the Submitting Code Changes section of CONTRIBUTING document.
  • I tagged the title correctly (including BUG FIX/FEATURE/MISC/BREAKING)
  • I updated the documentation accordingly or no change is needed.
  • I tested my changes and added instructions on how to test it for reviewers.

@Kashu7100 Kashu7100 changed the title [FATURE] dev rendering backend [DRAFT] dev rendering backend Aug 8, 2025
@Kashu7100 Kashu7100 requested a review from duburcqa August 8, 2025 21:42
@Kashu7100 Kashu7100 requested review from duburcqa and yuhongyi August 9, 2025 23:28
@Kashu7100 Kashu7100 changed the title [DRAFT] dev rendering backend [FEATURE] dev rendering backend Aug 11, 2025
@duburcqa duburcqa force-pushed the feat-cam branch 2 times, most recently from 08bf5c1 to 472f828 Compare August 12, 2025 06:32
@duburcqa duburcqa changed the title [FEATURE] dev rendering backend [FEATURE] Add debug camera for monitoring. Aug 12, 2025
@duburcqa duburcqa enabled auto-merge (squash) August 12, 2025 06:43
@duburcqa duburcqa merged commit eb785b3 into Genesis-Embodied-AI:main Aug 12, 2025
18 checks passed
YilingQiao pushed a commit to YilingQiao/Genesis that referenced this pull request Aug 22, 2025
* Add debug camera for monitoring.
* Only add rasterizer camera if needed.

---------

Co-authored-by: Alexis Duburcq <alexis.duburcq@gmail.com>
winnieyangwannan pushed a commit to winnieyangwannan/Genesis that referenced this pull request Sep 14, 2025
* Add debug camera for monitoring.
* Only add rasterizer camera if needed.

---------

Co-authored-by: Alexis Duburcq <alexis.duburcq@gmail.com>
Kashu7100 added a commit to Kashu7100/Genesis that referenced this pull request Jan 26, 2026
* Add debug camera for monitoring.
* Only add rasterizer camera if needed.

---------

Co-authored-by: Alexis Duburcq <alexis.duburcq@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants