Skip to content

Commit

Permalink
Add a realtime option (#1)
Browse files Browse the repository at this point in the history
* add a realtime configuration option

* config fmt
  • Loading branch information
friend0 authored Nov 4, 2024
1 parent ace98da commit 51c1efd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/quad.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ use_multithreading_depth_rendering: true # Enable multithreading for depth rende
use_rk4_for_dynamics_update: false # Enable Runge-Kutta 4th order integration for dynamics, otherwise Euler integration is used
use_rk4_for_dynamics_control: false # Enable Runge-Kutta 4th order integration for dynamics, otherwise Euler integration is used
real_time: true # Enable real time mode. If not enabled, sim will run in fast time.

simulation:
control_frequency: 200 # Frequency of control loop execution (Hz)
simulation_frequency: 1000 # Frequency of physics simulation updates (Hz)
Expand Down

0 comments on commit 51c1efd

Please sign in to comment.