GithubHelp home page GithubHelp logo

标定文件中参数含义 about boteye HOT 4 OPEN

baidu avatar baidu commented on August 24, 2024
标定文件中参数含义

from boteye.

Comments (4)

mingyux avatar mingyux commented on August 24, 2024

A1:

Imu:
corrected_accel = accel_TK * (raw_accel - accel_bias)
corrected_gyro = gyro_TK * (raw_gyro - gyro_bias)
accel_noise_var: the noise std ^2 
angv_noise_var: the noise std ^2
D_T_I: The transformation from {I}mu to {D}evice.

Camera: 
D_T_C_l: The transformation from {C}amera_left to {D}evice.  Note that in boteye, we set {D} to {Cl}
D_T_C_r: The transformation from {C}amera_right to {D}evice.
cameraK_l: camera left intrinsics.
cameraK_r: camera right intrinsics.
dist_coeff_l: [k1, k2, p1, p2, k3, k4, k5, k6] of camera left
dist_coeff_r: [k1, k2, p1, p2, k3, k4, k5, k6] of camera left
img_size: image size of the camera output (identical for both cameras).

from boteye.

mingyux avatar mingyux commented on August 24, 2024

A2:
Due to the sensor manufacturing, we simply assume D_T_C is identity. Although the translation can be ~1cm off. Technically, this assumption won't make any difference. If you really care, you can do IMU-camera calibration with Kalibr. although the wrapper is not provided at this moment.

from boteye.

mingyux avatar mingyux commented on August 24, 2024

A3:
These imu intrinsics are measured and then heuristically tuned for the IMU we use on boteye sensor. The parameters are not exposed at this moment.

from boteye.

mingyux avatar mingyux commented on August 24, 2024

A4:
Make sure you set the correct -sensor_type. Even w/ a bad calibration it should not fly away when static.

from boteye.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.