Skip to content

Commit

Permalink
update setup
Browse files Browse the repository at this point in the history
  • Loading branch information
budzianowski committed Dec 6, 2024
1 parent 7e1ead7 commit db6ba4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sim/envs/humanoids/zeroth_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ class asset(LeggedRobotCfg.asset):
name = "zeroth"
file = str(robot_urdf_path(name))

foot_name = ["foot_left", "foot_right"]
knee_name = ["ankle_pitch_left", "ankle_pitch_right"]
foot_name = ["foot_bracket_for_5dof_leg_v9", "foot_bracket_for_5dof_leg_v9_2"]
knee_name = ["leg_top_bracket_v8_1", "leg_top_bracket_v8_1_2"]

termination_height = 0.05
default_feet_height = 0.01
Expand Down

0 comments on commit db6ba4e

Please sign in to comment.