Skip to content

Some questions about this code #1

@maobenz

Description

@maobenz

Firstly, thank you very much for releasing the code!

I have several questions regarding the camera and pose settings:

  1. How are the camera poses for EPIC-Kitchens obtained? As far as I know, the EPIC-Kitchens dataset does not provide camera poses directly. Did you use EPIC Fields, which includes camera pose information? I have tried the camera poses of Epic fields, the camera poses seem wrong to render the robot.

  2. How are the camera world coordinates aligned with the Mujoco world coordinates? From the code, it seems that the extrinsics are used to transform poses from the camera frame to the robot Mujoco frame. However, are the camera world coordinates assumed to be the same as the Mujoco world coordinates? My understanding is that the extrinsics of the camera originate from the real-world setup, not from the Mujoco environment.

  3. How is the robot base position determined? I noticed the code uses a default value:

DEFAULT_ROBOT_BASE_POS = np.array([-0.56, 0, 0.912])

Could you explain the rationale for choosing this specific position?

  1. Regarding p_marker_ee, how is this quantity obtained?

Thank you very much for your time and clarification!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions