Replies: 1 comment
-
Thank you for posting this. I'll move your question to our Discussions for follow up. Here is a summary to consider. In the Isaac Lab run_articulation example, the parameters physics_dt and render_interval play crucial roles in determining accuracy, responsiveness, and performance. physics_dt: The Physics Simulation Time-Step
render_interval: Steps Per Render
Relationship & Combined Effect
Best Practices
Summary Table
Key Insight: ExampleIf you set physics_dt to $ 1/1000 = 0.001 $ seconds (1 ms) and render_interval to 1 in Isaac Lab, here’s what you can expect: Physics_dt = 0.001 (1 ms, or 1,000 Hz)
Render_interval = 1
Combined Effect
When/Why You Might Use These Settings
Summary Table
Best Practice:
Footnotes
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all. I'm new to IsaacLab and currently playing with the examples. For the run articulation example, I want to test how the physics_dt and render_interval would affect the simulation and find out something strange.I adjusted physics_dt to 1/1000 and render_interval to 1. I can observe the simulation runs super laggy because of a high demand of calculation power due to the high rate. This confused me since I'm using an RTX4090 which I think should be able to deal with the calculation real-time. But at least the performance (the frequency and duration) I see in the GUI is the same as what I see in the output of the main loop. The output is shown as follows:
With physics_dt = 1/1000 and render_interval to 50, I got output, shown as follows:
Beta Was this translation helpful? Give feedback.
All reactions