change parameter

This commit is contained in:
2026-03-20 07:06:42 -04:00
parent 14f2151014
commit ad2255bc18

View File

@@ -223,7 +223,7 @@ class T1EventCfg:
"yaw": (-3.14, 3.14), # 全向旋转 "yaw": (-3.14, 3.14), # 全向旋转
"x": (0.0, 0.0), "x": (0.0, 0.0),
"y": (0.0, 0.0), "y": (0.0, 0.0),
"z": (0.4, 0.5), "z": (0.2, 0.3),
}, },
"velocity_range": {}, "velocity_range": {},
}, },