Update MjWarp dependency and associated changes#474
Conversation
Signed-off-by: Alain Denzler <adenzler@nvidia.com>
📝 WalkthroughWalkthroughThe update modifies how the number of equality constraints ( Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Note ⚡️ Unit Test Generation is now available in beta!Learn more here, or try it out under "Finishing Touches" below. 📜 Recent review detailsConfiguration used: .coderabbit.yml 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
⏰ Context from checks skipped due to timeout of 900000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
✨ Finishing Touches🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
|
@adenzler-nvidia Can you also update the versions in https://github.com/newton-physics/newton/blob/main/asv.conf.json ? |
Signed-off-by: Alain Denzler <adenzler@nvidia.com>
|
@shi-eric updated MjWarp in the asv config. I'm actually not sure what the minimum version for mujoco is, but I suppose if it doesn't break it's fine. We don't seem to have a hardcoded min version in the MjWarp repo. |
Fix install command Signed-off-by: Eric Shi <97630937+shi-eric@users.noreply.github.com>
Signed-off-by: Alain Denzler <adenzler@nvidia.com> Signed-off-by: Eric Shi <97630937+shi-eric@users.noreply.github.com> Co-authored-by: Eric Shi <97630937+shi-eric@users.noreply.github.com>
# Description Adds information and installation instructions for using Isaac Sim open source repo. ## Type of change - This change requires a documentation update ## Checklist - [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with `./isaaclab.sh --format` - [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 - [ ] I have updated the changelog and the corresponding version in the extension's `config/extension.toml` file - [ ] I have added my name to the `CONTRIBUTORS.md` or my name already exists there <!-- As you go through the checklist above, you can mark something as done by putting an x character in it For example, - [x] I have done this task - [ ] I have not done this task -->
Signed-off-by: Alain Denzler <adenzler@nvidia.com> Signed-off-by: Eric Shi <97630937+shi-eric@users.noreply.github.com> Co-authored-by: Eric Shi <97630937+shi-eric@users.noreply.github.com>
njmax is now per world, so we need to change the numbers we pass there in MuJoCo solver.
Before your PR is "Ready for review"
newton/tests/test_examples.py)pre-commit run -aSummary by CodeRabbit