fix(sdf): set real time factor to 1.0
This commit is contained in:
parent
722f4e5b27
commit
a5ab84a8e1
1 changed files with 4 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
<world name="aubo-world">
|
||||
<physics name="1ms" type="dart">
|
||||
<max_step_size>0.001</max_step_size>
|
||||
<real_time_factor>0</real_time_factor>
|
||||
<real_time_factor>1.0</real_time_factor>
|
||||
</physics>
|
||||
<plugin
|
||||
filename="gz-sim-physics-system"
|
||||
|
@ -21,6 +21,9 @@
|
|||
filename="gz-sim-contact-system"
|
||||
name="gz::sim::systems::Contact">
|
||||
</plugin>
|
||||
<plugin filename="gz-sim-sensors-system" name="gz::sim::systems::Sensors">
|
||||
<render_engine>ogre2</render_engine>
|
||||
</plugin>
|
||||
|
||||
<light type="directional" name="sun">
|
||||
<cast_shadows>true</cast_shadows>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue