|
1 | 1 | Release Notes |
2 | 2 | ============= |
3 | 3 |
|
| 4 | + |
| 5 | +v0.1.1 |
| 6 | +------ |
| 7 | + |
| 8 | +This release includes bug fixes, documentation improvements, CI and infrastructure |
| 9 | +updates, and several API and workflow enhancements over v0.1.0. |
| 10 | + |
| 11 | +**Features and improvements** |
| 12 | + |
| 13 | +- **Object configuration:** Object configuration is now created as soon as an asset is |
| 14 | + called, so users can edit object properties before a scene is created (#239). |
| 15 | +- **Scene export:** Added support for saving a scene to a flattened USD file (#237). |
| 16 | + Scene export now correctly handles double-precision poses and adds contact reporters |
| 17 | + when exporting rigid objects (#242). |
| 18 | +- **Parallel environment evaluation:** Enabled parallel environment evaluation for |
| 19 | + GR00T policy runner, with documentation for closed-loop GR00T workflows (#231, #236). |
| 20 | +- **Episode length:** Increased episode length for loco-manipulation to support |
| 21 | + rollout through box drop (#235). |
| 22 | +- **Microwave example:** Increased reset openness for the microwave example (#311). |
| 23 | + |
| 24 | +**Bug fixes** |
| 25 | + |
| 26 | +- **Reference object poses:** Fixed reference object poses so they correctly account |
| 27 | + for the parent object’s initial pose; poses are now relative and composed at compile |
| 28 | + time (#232). |
| 29 | +- **IsaacLab-to-stage path conversion:** Fixed a bug when the asset name appeared twice |
| 30 | + in the prim path (replaced both instances instead of one) (#241). |
| 31 | +- **qpsolvers:** Patched breakage with Isaac Lab 2.3 due to ``qpsolvers`` upgrade by |
| 32 | + pinning to 4.8.1 (#252). |
| 33 | +- **Parallel eval:** Removed comments that were breaking the parallel eval run |
| 34 | + commands (#262). |
| 35 | + |
| 36 | +**Documentation** |
| 37 | + |
| 38 | +- **Multi-versioned docs:** Documentation is now versioned so users can read docs that |
| 39 | + match their release (#272, #300). |
| 40 | +- **Links and structure:** Updated README docs link to the public location (#270), |
| 41 | + corrected doc pointers (#301), and added release warnings (#303). |
| 42 | +- **Installation:** Private Omniverse/Nucleus access is described on a separate page |
| 43 | + to clarify it is not required for normal installation (#261). |
| 44 | + |
| 45 | +**Infrastructure and CI** |
| 46 | + |
| 47 | +- **Runners:** Release 0.1.1 CI runners moved from local (Zurich) to AWS (#433). |
| 48 | +- **CI workflow:** Added YAML anchors to reduce repetition in the CI workflow (#245). |
| 49 | +- **Contribution guide:** Added signoff requirements for external contributions (#238). |
| 50 | +- **Docker:** Fixed Dockerfile pip usage and added SSL certificate support for |
| 51 | + Lightwheel SDK (#449). |
| 52 | +- **Tests:** Finetuned GR00T locomanip model is now generated on the fly in tests |
| 53 | + instead of mounting a pre-finetuned models directory, improving public CI |
| 54 | + compatibility and testing the fine-tuning pipeline (#247). |
| 55 | + |
| 56 | +**Assets and tests** |
| 57 | + |
| 58 | +- **G1 WBC:** Updated G1 WBC embodiment file paths to use S3 (#251). |
| 59 | +- **Test assets:** Removed internal or custom-only assets from tests: custom cracker |
| 60 | + box (#234), custom USD in ObjectReference test (#240), internal asset from USD |
| 61 | + utils test (#244). ObjectReference test now composes USD on the fly via scene |
| 62 | + export (#240). |
| 63 | + |
| 64 | + |
4 | 65 | v0.1.0 |
5 | 66 | ------ |
6 | 67 |
|
|
0 commit comments