Skip to content

misinformation of Reprojection Error. #136

@patrickKXMD

Description

@patrickKXMD

in getReprojectionError() you will see
ret = std::make_pair(std::sqrt(rotation_err / num_motions), std::sqrt(translation_err / num_motions)); return ret;
which the first value is rotation error and the second is translation error.

But in handeye_control_widget.cpp
reproj_err_text << "Reprojection error:\n" << reproj_err.first << " m, " << reproj_err.second << " rad";
It assumes the first one as translation error.

I don't get it. Is this a mistake?

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