mirror of
https://github.com/huggingface/lerobot.git
synced 2026-08-08 17:39:44 +00:00
d74671e285
Switching embodiment on a packaged checkpoint keeps the previous embodiment's camera_sizes entries because dict config values merge instead of replacing, which tripped the exact-key validation. Rebuild sizes from the named profile whenever the keys diverge from camera_order, and add regression tests for both fixes. Co-authored-by: Cursor <cursoragent@cursor.com>