Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Potential Bug in FrankaCabinet #151

Open
JunweiLiang opened this issue Mar 19, 2024 · 0 comments
Open

Potential Bug in FrankaCabinet #151

JunweiLiang opened this issue Mar 19, 2024 · 0 comments

Comments

@JunweiLiang
Copy link

In FrankaCabinet, there seems to be a obvious bug that the left finger pose is assigned to the right finger:

        self.franka_lfinger_pos, self.franka_lfinger_rot = self._frankas._lfingers.get_world_poses(clone=False)
        # shouldn't it be getting rfingers pose?
        self.franka_rfinger_pos, self.franka_rfinger_rot = self._frankas._lfingers.get_world_poses(clone=False)

In https://github.com/NVIDIA-Omniverse/OmniIsaacGymEnvs/blob/main/omniisaacgymenvs/tasks/franka_cabinet.py#L277

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant