Skip to content

Bug in getZeroJacobian() with user defined coordinates #78

@oscardegroot

Description

@oscardegroot

Hi,

In franka_model_interface.h, implementation of getZeroJacobian() (line 258). I think the implementation should use the given function arguments, i.e.,

return model_->zeroJacobian(frame, *robot_state_);

Should be

return model_->zeroJacobian(frame, q, F_T_EE, EE_T_K);

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