Skip to content

Commit ebe57f1

Browse files
committed
Undo xr anchor height offset
1 parent ed28313 commit ebe57f1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

source/isaaclab_tasks/isaaclab_tasks/manager_based/locomanipulation/pick_place/locomanipulation_g1_env_cfg.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -194,13 +194,10 @@ class LocomanipulationG1EnvCfg(ManagerBasedRLEnvCfg):
194194

195195
# Position of the XR anchor in the world frame
196196
xr: XrCfg = XrCfg(
197-
anchor_pos=(0.0, 0.0, -0.45),
197+
anchor_pos=(0.0, 0.0, -0.35),
198198
anchor_rot=(1.0, 0.0, 0.0, 0.0),
199199
)
200200

201-
# Flag to indicate if XR is enabled (set by teleop script)
202-
xr_enabled: bool = False
203-
204201
def __post_init__(self):
205202
"""Post initialization."""
206203
# general settings

0 commit comments

Comments
 (0)