Skip to content

Commit

Permalink
save working setup - more or less
Browse files Browse the repository at this point in the history
  • Loading branch information
wuallenwu committed Jul 23, 2024
1 parent aae1bb4 commit 0996130
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sim/humanoid_gym/envs/only_legs_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ class env(LeggedRobotCfg.env):

class safety:
# safety factors
pos_limit = 0.85
vel_limit = 0.85
pos_limit = 1.0
vel_limit = 1.0
torque_limit = 0.85

class asset(LeggedRobotCfg.asset):
Expand Down

0 comments on commit 0996130

Please sign in to comment.