Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pose position prior constraint feature #155

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

StonerLing
Copy link

@StonerLing StonerLing commented Dec 19, 2024

  • Almost a clone of the pose prior constraint functionality in colmap, the main difference is the addition of "normalization" to the prior positions during the global positioning step, in order to accommodate the range of randomly generated points
  • Update colmap version to use utm conversion
  • Add clangd and cmake local files/directories in .gitignore

Usage:

glomap mapper --database_path DATABASE_PATH --output_path OUTPUT_PATH ^
--PosePrior.use_pose_position_prior 1 ^
--PosePrior.overwrite_priors_covariance 1 ^
--PosePrior.prior_position_std_x 0.5 ^
--PosePrior.prior_position_std_y 0.5 ^
--PosePrior.prior_position_std_z 0.5

Related issues/discussions #19 #56 #109 #138 #142 #29

@StonerLing StonerLing marked this pull request as draft December 20, 2024 11:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant