Important: Isaac Sim support
Note: For Isaac Sim support, the community is gradually transitioning from this forum to the Isaac Sim GitHub repository so that questions and issues can be tracked, searched, and resolved more efficiently in one place. Whenever possible, please create a GitHub Discussion or Issue there instead of starting a new forum topic.
Note: For any Isaac Lab topics, please submit your topic to its GitHub repo ( GitHub - isaac-sim/IsaacLab: Unified framework for robot learning built on NVIDIA Isaac Sim · GitHub ) following the instructions provided on Isaac Lab’s Contributing Guidelines ( Contribution Guidelines — Isaac Lab Documentation ).
Please provide all relevant details below before submitting your post. This will help the community provide more accurate and timely assistance. After submitting, you can check the appropriate boxes. Remember, you can always edit your post later to include additional information if needed.
6.0.0
5.1.0
5.0.0
4.5.0
4.2.0
4.1.0
4.0.0
4.5.0
2023.1.1
2023.1.0-hotfix.1
Other (please specify):
Operating System
Ubuntu 24.04
Ubuntu 22.04
Ubuntu 20.04
Windows 11
Windows 10
Other (please specify):
GPU Information
- Model: RTX 3080
- Driver Version: 580.8x
Topic Description
Physic Material Restitution property is ignored in Newton Phyics
Detailed Description
I created a very simple scene with : Physics Scene Shape Sphere ,Ground Plane, Physics Material with restitution to 1.0
Physics scene is properly a Mjc one.
The sphere do not bounce, just a little bit.. changing the restitution value in the Physics Material changes nothing in the behaviour. Changing the frictions works.
Steps to Reproduce
-
Launch using isaac-sim-newton.bat
-
Create A Physics->Physics Scene
-
Create a Physics->Ground Plane
-
Create a Shape->Sphere
-
Add Rigidbody and Collider presets to the Sphere , at 1 meter high
-
Create a Physics->Physics Material-> Rigid Body Physics Material
-
Set its restitution to 1.0
-
Assign the Physics Material to both the ground plane and sphere to eliminate any “combination” issue
Result : the sphere do not bounce.
Expected Result : the sphere should bounce back to almost original position
What I’ve Tried
I tried using the Compliant parameters in Advanced panel with no success.