use official unitree motor as default; disable randomized action delay env; update readme.
This commit is contained in:
@@ -19,8 +19,8 @@ from isaaclab_tasks.utils import import_packages
|
||||
##
|
||||
gym.register(
|
||||
id="RobotLab-Go2-v0",
|
||||
# entry_point="robot_lab.tasks.go2.env.go2_env:Go2Env",
|
||||
entry_point="robot_lab.tasks.go2.env.go2_env:ActionDelayGo2Env",
|
||||
entry_point="robot_lab.tasks.go2.env.go2_env:Go2Env",
|
||||
# entry_point="robot_lab.tasks.go2.env.go2_env:ActionDelayGo2Env", # using motor-level delay, so disabled env-level delay
|
||||
disable_env_checker=True,
|
||||
kwargs={
|
||||
"env_cfg_entry_point": f"{__name__}.env_cfg:Go2EnvCfg",
|
||||
|
||||
@@ -60,7 +60,7 @@ class Go2SceneCfg(InteractiveSceneCfg):
|
||||
debug_vis=False
|
||||
)
|
||||
|
||||
robot: ArticulationCfg = GO2_CFG_ROBOTLAB.replace(prim_path="{ENV_REGEX_NS}/Robot")
|
||||
robot: ArticulationCfg = GO2_CFG_UNITREE.replace(prim_path="{ENV_REGEX_NS}/Robot")
|
||||
|
||||
height_scanner = RayCasterCfg(
|
||||
prim_path="{ENV_REGEX_NS}/Robot/base",
|
||||
|
||||
Reference in New Issue
Block a user