Skip to content

Constant TCP speed parameterization task seemingly broken for robots with external positioner #660

Description

@peik-etzell

I'm working with a robot with an external positioner, where the working frame is not the root link. The KDL parser sets the base link to the root node, which means the following line uses the wrong working frame:

if (!tesseract_kinematics::parseSceneGraph(data, *env.getSceneGraph(), jg->getBaseLinkName(), manip_info.tcp_frame))

Changing jg->getBaseLinkName() to manip_info.working_frame has worked for me. Is there a reason it's like it is right now?

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