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

Disable translation estimation when calibration #86

Open
ClementLeBihan opened this issue Jun 21, 2024 · 1 comment
Open

Disable translation estimation when calibration #86

ClementLeBihan opened this issue Jun 21, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@ClementLeBihan
Copy link

Is your feature request related to a problem? Please describe.
The final camera_lidar translation is wrong, but the projection is pretty correct. As I already know (+- 5cm) the position of the camera, I would love to do a first step of optimization computing only rotations. And when we reach the best estimation, start from this to refine the translations+rotations. I hope it will decrease the translation error.

Describe the solution you'd like
I would love to know how to force the optimizer to don't optimize translations. Only rotations.

@ClementLeBihan ClementLeBihan added the enhancement New feature or request label Jun 21, 2024
@koide3
Copy link
Owner

koide3 commented Jun 22, 2024

I should be possible by adding a factor that constraints the translation components around the initial position at the following optimization part.

ceres::GradientProblem problem(cost, new Sophus::Manifold<Sophus::SE3>());

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants