Skip to content

Commit

Permalink
Change the simulation order
Browse files Browse the repository at this point in the history
  • Loading branch information
HoangGiang93 committed Aug 21, 2024
1 parent c31958a commit 4bb2d7d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions multiverse/resources/muv/table_with_bowling.muv
Original file line number Diff line number Diff line change
Expand Up @@ -12,38 +12,38 @@ worlds:
rtf_desired: 1

simulations:
bowling_simulation:
table_with_bowling_simulation:
simulator: mujoco
world:
name: world
path: table_with_bowling/bowling.xml
path: table_with_bowling/table_with_bowling.xml
config:
max_time_step: 0.01
min_time_step: 0.001

table_simulation:
bowling_simulation:
simulator: mujoco
world:
name: world
path: table_with_bowling/table.xml
path: table_with_bowling/bowling.xml
config:
max_time_step: 0.01
min_time_step: 0.001

cube_simulation:
table_simulation:
simulator: mujoco
world:
name: world
path: table_with_bowling/cube.xml
path: table_with_bowling/table.xml
config:
max_time_step: 0.01
min_time_step: 0.001

table_with_bowling_simulation:
cube_simulation:
simulator: mujoco
world:
name: world
path: table_with_bowling/table_with_bowling.xml
path: table_with_bowling/cube.xml
config:
max_time_step: 0.01
min_time_step: 0.001
Expand Down

0 comments on commit 4bb2d7d

Please sign in to comment.