We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In FrankaCabinet, there seems to be a obvious bug that the left finger pose is assigned to the right finger:
In https://github.com/NVIDIA-Omniverse/OmniIsaacGymEnvs/blob/main/omniisaacgymenvs/tasks/franka_cabinet.py#L277
The text was updated successfully, but these errors were encountered: