Commit e9e33b2
authored
Fixes type name for tendon properties in
Tendon imports in from_files_cfg had a typo that prevented importing.
This is resolved in this commit.
## Type of change
- Bug fix (non-breaking change which fixes an issue)
## 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
`./isaaclab.sh --format`
- [ ] 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
- [ ] I have updated the changelog and the corresponding version in the
extension's `config/extension.toml` file
- [X] I have added my name to the `CONTRIBUTORS.md` or my name already
exists there
Signed-off-by: Kyle Morgenstein <34984693+KyleM73@users.noreply.github.com>from_files config (#3941)1 parent c627940 commit e9e33b2
File tree
1 file changed
+2
-2
lines changed- source/isaaclab/isaaclab/sim/spawners/from_files
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
0 commit comments