Update default Cartpole camera resolution#6632
Conversation
Greptile SummaryThis PR updates the default Cartpole tiled camera resolution from 100×100 to 96×96 in both the direct and manager-based camera environment configs, and removes the explicit Newton
Confidence Score: 5/5Safe to merge — the change is a straightforward default value update with consistent follow-through across all dependent configs, tests, docs, and golden images. The resolution change from 100×100 to 96×96 is mechanically simple and is applied uniformly: both camera env configs, all observation_space declarations, all test configs, the Hydra docs (including the emphasize-lines which now correctly land on width and observation_space given the shorter renderer_cfg), and all 77 golden images are updated. No files require special attention. Important Files Changed
Reviews (1): Last reviewed commit: "Fix Cartpole camera docs include" | Re-trigger Greptile |
Description
This makes the default camera dimensions evenly divisible by Newton's default tile size. Users who need the previous behavior can explicitly configure a 100x100 camera and 10x10 Newton tiles.
Type of change
Validation
./isaaclab.sh -p tools/changelog/cli.py check develop./isaaclab.sh -f./isaaclab.sh -dtest_rendering_cartpole.py: 30 passed, 1 skippedtest_rendering_cartpole_kitless.py: 33 passed, 1 skippedtest_rendering_registered_tasks.py: 7 passedChecklist
./isaaclab.sh -fCONTRIBUTORS.md