Example IK Custom: Tune avoidance objective parameters#2371
Example IK Custom: Tune avoidance objective parameters#2371adenzler-nvidia merged 1 commit intonewton-physics:mainfrom
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughUpdated collision avoidance configuration parameters in the IK custom example: reduced the softplus margin from 0.15 to 0.12, increased collision detection sphere radii for two links, and lowered the collision objective weight from 50.0 to 3.0. Changes
Estimated Code Review Effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly Related PRs
Suggested Reviewers
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
adenzler-nvidia
left a comment
There was a problem hiding this comment.
Looks good — clean, focused parameter tune that directly addresses #2364. The combination of larger collision spheres with reduced weight and margin is a sensible approach, and the video confirms improved behavior. Consider adding a brief CHANGELOG entry under Changed if this ships in a tagged release.
Description
Tune the parameters for the avoidance objective to reduce the margin and make the object avoidance behavior more interesting.
resolves #2364
Checklist
CHANGELOG.mdhas been updated (if user-facing change)Bug fix
See #2364
Screencast_Example_IK.webm
Summary by CodeRabbit