Skip to content

Commit

Permalink
add force and trimesh
Browse files Browse the repository at this point in the history
  • Loading branch information
budzianowski committed Dec 6, 2024
1 parent 9b5e1b7 commit 0d5700d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sim/envs/humanoids/grp_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ class asset(LeggedRobotCfg.asset):
fix_base_link = False

class terrain(LeggedRobotCfg.terrain):
mesh_type = "plane"
# mesh_type = "trimesh"
# mesh_type = "plane"
mesh_type = "trimesh"
curriculum = False
# rough terrain only:
measure_heights = False
Expand Down Expand Up @@ -123,7 +123,7 @@ class domain_rand(LeggedRobotCfg.domain_rand):

randomize_base_mass = True
added_mass_range = [-3.0, 3.0]
push_robots = False
push_robots = True
push_interval_s = 4
max_push_vel_xy = 0.2
max_push_ang_vel = 0.4
Expand Down

0 comments on commit 0d5700d

Please sign in to comment.