Amend bug
This commit is contained in:
6
rl_game/get_up/env/t1_env.py
vendored
6
rl_game/get_up/env/t1_env.py
vendored
@@ -55,6 +55,12 @@ class T1SceneCfg(InteractiveSceneCfg):
|
|||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
feet_contact_sensor = ContactSensorCfg(
|
||||||
|
prim_path="{ENV_REGEX_NS}/Robot/.*_foot_link", # 使用正则匹配所有脚部 link
|
||||||
|
update_period=0.0, # 随物理步长更新
|
||||||
|
history_length=3
|
||||||
|
)
|
||||||
|
|
||||||
contact_sensor = ContactSensorCfg(
|
contact_sensor = ContactSensorCfg(
|
||||||
prim_path="{ENV_REGEX_NS}/Robot/.*",
|
prim_path="{ENV_REGEX_NS}/Robot/.*",
|
||||||
update_period=0.0,
|
update_period=0.0,
|
||||||
|
|||||||
Reference in New Issue
Block a user