Skip to content

Can I edit IK of xArm7? #20

@aimiwer

Description

@aimiwer

I can control the end of xArm7 in mode1 (servo motion) using below code.

arm = XArmAPI(ip)
joint = arm.get_inverse_kinematics(pose)
angles = [joint[1][0], joint[1][1], joint[1][2], joint[1][3], joint[1][4], joint[1][5], joint[1][6]]
arm.set_servo_angle_j(angles)

However, I made an end effector of xArm7, and I want to control the end of it.
So, I want to edit IK model of this SDK.
Can I edit it? If I can, could you tell me how to edit?

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