Skip to content

Commit

Permalink
Revert simulator change
Browse files Browse the repository at this point in the history
  • Loading branch information
wensi-ai committed Oct 13, 2023
1 parent d99eb85 commit 6614ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omnigibson/simulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class Simulator(SimulationContext, Serializable):
def __init__(
self,
gravity=9.81,
physics_dt=1.0 / 240.0,
physics_dt=1.0 / 60.0,
rendering_dt=1.0 / 60.0,
stage_units_in_meters=1.0,
viewer_width=gm.DEFAULT_VIEWER_WIDTH,
Expand Down

0 comments on commit 6614ab6

Please sign in to comment.