Skip to content

some question about code and paper difference in LsqBundleAdjustmentFactor #30

@hsiaochuan

Description

@hsiaochuan

the jacobi in line 171 is wrong, but if i correct it, the optimization is worse.

    gtsam::Matrix36 H2_;
    H2_.block<3, 3>(0, 0) = R_k * -gtsam::SO3::Hat(mean_k);
    H2_.block<3, 3>(0, 3) = R_k * gtsam::Matrix3::Identity();

Screenshot from 2024-10-29 15-55-19

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