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

Optimizing Camera Extrinsics with Bundle Adjustment #740

Open
lgjonathan opened this issue Nov 16, 2023 · 0 comments
Open

Optimizing Camera Extrinsics with Bundle Adjustment #740

lgjonathan opened this issue Nov 16, 2023 · 0 comments

Comments

@lgjonathan
Copy link

First of all, thank you for the amazing work.

My setup is as follows:

  • there are cameras mounted on the robot
  • robot odometry will give me the robot pose: VERTEX_SE3
  • landmarks are in VERTEX_TRACKXYZ
  • the observation is therefore EDGE_SE3_TRACKXYZ

My goal is to optimize/calibrate the robot-camera transformation. (some call it camera extrinsics)
Since the robot-camera relation is static, what I tried first is to set a PARAMS_SE3OFFSET to describe this relation.
However, OFFSET won't get optimized with the solver, so this only results in pose graph optimization.

I was wonder if there are some materials that I can read up on.
Any suggestion is welcomed, thank you.

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

No branches or pull requests

1 participant