Skip to content

Orn_err is always zero #11

@AnthonySuk

Description

@AnthonySuk

orn = torch.tensor([0,0,0,1], device=self.device).repeat(self.num_envs, 1)
orn_err = self.orientation_error(orn, orn)

In the control_ik function, the orn_err is set to be the error of two identical quaternions (orn), which the outcome is always zero. Is there any reason to ignore the orientation error for the inverse kinematics calculation?

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