v1.0.2-rc1; fix terrain commits err

This commit is contained in:
wty-yy
2026-01-27 12:06:18 +08:00
parent 1798e67c29
commit 064d0c90ea

View File

@@ -34,7 +34,7 @@ class LeggedRobotCfg(BaseConfig):
num_cols = 20 # number of terrain cols (types) num_cols = 20 # number of terrain cols (types)
terrain_spacing = 0.5 # spacing between different terrain types [m] terrain_spacing = 0.5 # spacing between different terrain types [m]
# [wave, slope, rough slope, stairs down, stairs up, obstacles, stepping stones, gap, flat] # [wave, slope, rough slope, stairs up, stairs down, obstacles, stepping stones, gap, flat]
terrain_proportions = [0.1, 0.1, 0.1, 0.2, 0.2, 0.1, 0.1, 0.1, 0.0] terrain_proportions = [0.1, 0.1, 0.1, 0.2, 0.2, 0.1, 0.1, 0.1, 0.0]
# trimesh only: # trimesh only:
slope_treshold = 0.75 # slopes above this threshold will be corrected to vertical surfaces slope_treshold = 0.75 # slopes above this threshold will be corrected to vertical surfaces