I want to modify the code in here (./local/share/ov/pkg/{isaac_version}/*)
Especially, I want to change the physics_dt in original code(maybe physics_context.py). But when i modify the code and restart the simulation, nothing change. All settings are still setted in default value.
I hope to change the physics_dt & rendering_dt from (default :60) to 240. But even though i modify the code and restart the simulation, nothing change…
exact path : ~/.local/share/ov/pkg/isaac_sim-2022.2.1/exts/omni.isaac.core/omni/isaac/core/physics_context/physics_context.py
& ~/.local/share/ov/pkg/isaac_sim-2022.2.1/exts/omni.isaac.core/omni/isaac/core/physics_context/simulation_context.py
To sum up :
- I want to make modifications in the code to set different physics_dt and rendering dt from when simulation is turned on, but the modifications are not applied. How should i do?
- If i want to change the physics_dt & rending_dt in code, Is it correct to modify the above exact path?
- Or is there a way to change the rendering_dt in the simulation UI? I know that physics_dt can be modified in physicsScene(Time steps per second) & Physics_settings(min frame rate).
Thank you so much for reading this issue! And if anyone know this problem, Please help me!!