Skip to content

Commit ed21d63

Browse files
committed
Obtain bodies by default from the bfs (IsaacGym) ordering.
1 parent 64f88cb commit ed21d63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: phys_anim/config/robot/base.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ robot:
66
number_of_actions: ???
77
self_obs_size: ${.self_obs_max_coords_size}
88
self_obs_max_coords_size: ???
9-
num_bodies: ${len:${.bfs_body_names}}
10-
contact_bodies: ${.bfs_body_names}
9+
num_bodies: ${len:${.dfs_body_names}}
10+
contact_bodies: ${.dfs_body_names}
1111

1212
# Control parameters
1313
bfs_body_names: ??? # IsaacSim

0 commit comments

Comments
 (0)