Skip to content

Commit

Permalink
Obtain bodies by default from the bfs (IsaacGym) ordering.
Browse files Browse the repository at this point in the history
  • Loading branch information
tesslerc committed Nov 19, 2024
1 parent 64f88cb commit ed21d63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phys_anim/config/robot/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ robot:
number_of_actions: ???
self_obs_size: ${.self_obs_max_coords_size}
self_obs_max_coords_size: ???
num_bodies: ${len:${.bfs_body_names}}
contact_bodies: ${.bfs_body_names}
num_bodies: ${len:${.dfs_body_names}}
contact_bodies: ${.dfs_body_names}

# Control parameters
bfs_body_names: ??? # IsaacSim
Expand Down

0 comments on commit ed21d63

Please sign in to comment.