Skip to content

Mucojo simulated Franka Gripper have weird open/close values #4

@Harimus

Description

@Harimus

Hi I just finished assembling GELLO and was running the sim_franka version of the environment to check for everything working properly. After some re-calibration It worked fine.

However I noticed that Franka gripper value in the simulator were mapped a bit weirdly. When checking the panda/finger_joint values it fluctuates between [8e-06, 0.000153] #gripper: (open, close) and the panda/actuator for the fingers, between [0.0541, 0.994]. It seems like the actuator values are fine but not the gripper joint values? The gripper is constantly closed.

I double-checked on Dynamixel-wizard the Gripper position value, to make sure it wasn't mis-match of calibration and the calibration value I got (191, 149) seemed to correspond pretty well with what the dynamixel-wizard was showing.

Also:
on Line 124

agent = GelloAgent(port=gello_port, start_joints=args.start_joints)

I think it is supposed to be start_joints=reset_joints and in line 123 reset_joints = np.array(args.start_joints) (otherwise the code errors when start_joints are handed through command-line args, since it is given as tuple and not np.ndarray)

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