diff --git a/openx2lerobot/oxe_utils/configs.py b/openx2lerobot/oxe_utils/configs.py index 49d55c7..503cd35 100644 --- a/openx2lerobot/oxe_utils/configs.py +++ b/openx2lerobot/oxe_utils/configs.py @@ -680,7 +680,7 @@ OXE_DATASET_CONFIGS = { }, "depth_obs_keys": {"primary": None, "secondary": None, "wrist": None}, "state_obs_keys": ["EEF_state", None, "gripper_state"], - "state_encoding": StateEncoding.POS_QUAT, + "state_encoding": StateEncoding.POS_EULER, "action_encoding": ActionEncoding.EEF_POS, "control_frequency": 15, "robot_type": "Franka",