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

ICL_NUIM dataset not initialized #36

Open
joanpepcompany opened this issue Apr 4, 2018 · 0 comments
Open

ICL_NUIM dataset not initialized #36

joanpepcompany opened this issue Apr 4, 2018 · 0 comments

Comments

@joanpepcompany
Copy link

I'm using Ubuntu 16.04 with Ros Kinetic. SVO is not able to initialize on the ICL-NUIM Living Room without noise. My calibration file is:

cameras:
  camera:
    distortion:
      parameters:
        cols: 1
        rows: 4
        #data: [0.751875, 1.000000, 0.500000, 0.500000]
        data: [0.0, 0.0, 0.0, 0.0]
      type: radial-tangential
    image_height: 480
    image_width: 640
    intrinsics:
      cols: 1
      rows: 4
      data: [481.2, -480.0 , 319.5, 239.5]
    label: cam
    line-delay-nanoseconds: 0
    type: pinhole
  T_B_C:
    cols: 4
    rows: 4
    data: [1, 0, 0, 0,
           0, 1, 0, 0,
           0, 0, 1, 0,
           0, 0, 0, 1]
label: camera

I have found a solution on uzh-rpg/rpg_svo#87 where it is solved when they put a minus before 'dy' on line 140 in sparse_img_align.cpp. But I do not have the source codes I only have the binaries. Do you have any solution?

Thanks in advance.

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