Commit 8781c2d
authored
Document tetrahedralization setup for soft lift tasks (#6967)
# Description
Documents the optional tetrahedralization dependencies required by
`Isaac-Lift-Soft-Franka` and its camera variant before users launch
training from a source checkout. The environment overview now includes
both the uv command and the legacy installer command.
The note also clarifies that `Isaac-Lift-Cloth-Franka` and its camera
variant use surface deformables and do not require these dependencies.
The `deformables.py` usage examples now request the tetrahedralization
extra, and the Kit-backed uv examples also request the Isaac Sim extra.
This documentation change introduces no new dependencies.
## Type of change
- Documentation update
## Screenshots
Not applicable.
## Validation
- `uv run isaaclab -f`
- `./isaaclab.sh -p -m py_compile scripts/demos/deformables.py`
- `uv run --isolated --extra test -- sphinx-build -W --keep-going -j
auto docs tmp/docs-tetrahedralization-pr-pr-build`
## Checklist
- [x] I have read and understood the [contribution
guidelines](https://isaac-sim.github.io/IsaacLab/main/source/refs/contributing.html)
- [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with
`uv run isaaclab -f`
- [x] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my
feature works (not applicable for this documentation-only change)
- [ ] I have added a changelog fragment under
`source/<pkg>/changelog.d/` for every touched package (not applicable
because no source package changed)
- [x] My name already exists in `CONTRIBUTORS.md`1 parent 2e1225d commit 8781c2d
2 files changed
Lines changed: 22 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
212 | 229 | | |
213 | 230 | | |
214 | 231 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
15 | 18 | | |
16 | 19 | | |
17 | 20 | | |
| |||
0 commit comments