Skip to content

something error of the Groundtruth file #68

@tftangming

Description

@tftangming

I try to use my dataset(color and depth) and groundtruth file (recording the transformation from the camera to the world), but I can not success run the program. And I find the code in file GroundTruthOdometry.cpp
Eigen::Matrix4f M; M << 0, 0, 1, 0, -1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 1; currentTsdf = currentTsdf * M.inverse() * delta * M;
I can not understand the meaning of matrix M, Can you give me some suggestion? Ths!

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