Add support for older warp versions (<1.0.0)

This commit is contained in:
Balakumar Sundaralingam
2024-06-24 15:06:25 -07:00
parent 0c51dd2da8
commit ec527d77e9
14 changed files with 1101 additions and 512 deletions

View File

@@ -10,6 +10,14 @@ its affiliates is strictly prohibited.
-->
# Changelog
## Latest Commit
### BugFixes & Misc.
- Add support for older warp versions (<1.0.0) as it's not possible to run older isaac sim with
newer warp versions.
- Add override option to mpc dataclass.
- Fix bug in ``PoseCost.forward_pose()`` which caused ``torch_layers_example.py`` to fail.
## Version 0.7.3
### New Features