Skip to content

How to transform the grasp coordinates to the camera coordinate #7

@haoxixi1

Description

@haoxixi1

I encountered an issue during deployment. My current approach is as follows: I first transform the rotation provided by the model into the camera coordinate system, and then I map both the translation and rotation into the robot base coordinate system.
When I try to convert both translation and rotation from the model's output to the robot base coordinate system, the translation works fine, but the rotation always seems incorrect. I attempted to right-multiply the model's rotation by the transformation matrix [0,0,1], [0,1,0], [-1,0,0] to align it with the camera coordinate system. However, it failed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions