Giter VIP home page Giter VIP logo

Comments (12)

iliis avatar iliis commented on May 29, 2024 1

For anyone stumbling upon this, we found a workaround: Make sure there is only a single camera defined in your ncamera.yaml. (I had both the fisheye and the color camera from the ZR300 in there.)

from maplab.

mfehr avatar mfehr commented on May 29, 2024

Hi @iliis
Looks like something went wrong in ROVIOLI while building the map, but I can't see anything obviously wrong with what you're doing based on the information I have. Most likely something is wrong with the timing. The number of images on the other hand seems to nicely correspond to the vertices, so that's fine. Could you provide us with some additional data:

  • Could you upload the the ROVIOLI log output somewhere for us to see?
  • Do you use our maplab zr300 ros node?
  • How did you calibrate the sensor?

from maplab.

iliis avatar iliis commented on May 29, 2024

Thanks for the quick reply!

Again, the odometry itself seems to works fine. I get a nice and continuous pose on /maplab_rovio/T_G_I

from maplab.

dymczykm avatar dymczykm commented on May 29, 2024

Hi @iliis,
looking at your map statistics, most of the landmarks were classified as bad (only 66 out of 4740 are good, usually that's at least 20%):
Camera 0: 4740 (g:66 b:4674 u:0)
that's why you only see so few of them. That would suggest many of the landmarks do not fulfill the criteria that are related to min/max distance from the observer, min number of observers per landmark or the disparity angle of the bearing vectors.

Looking at the trajectory, are you sure this is a correct path? Looks extremely noisy to me (and might cause the issue with landmarks).

from maplab.

iliis avatar iliis commented on May 29, 2024

The path looks correct, yes. I was walking up and down the hallway and did a few circles in two of the offices (one on the left and one middle right). The appearant noisyness comes from the fact that there are very few vertices created (only one every few meters). It looks to me like the odometry itself is working well. You can see some drift tough: The long straight lines should overlap.
(Note the scale of the track: It's ~77m from left to right, which seems reasonable.)

from maplab.

iliis avatar iliis commented on May 29, 2024

Here's a visualization with a manually aligned floor plan:
manually_aligned_track

from maplab.

dymczykm avatar dymczykm commented on May 29, 2024

@iliis Honestly, that doesn't look good to us. We noticed that you're located somewhere nearby, would you have time to simply step by and look at your issue together?

from maplab.

iliis avatar iliis commented on May 29, 2024

Hehe, that would be very helpful, yes! I've set it up on my PC in the lab tough, so let me try to get everything running on my laptop. Otherwise, I'll just bring the raw bagfile.
So, i'll just visit you at ASL, ok?

from maplab.

mfehr avatar mfehr commented on May 29, 2024

@iliis In your case of the ZR300 that's certainly correct, in general having more than one fisheye camera should not be a problem , we do this for VI-sensor datasets all the time. ROVIO will still use only one, but ROVIOLI will run feature tracking and map-building based on both/all of the cameras. I think the issue must have been the fact that a color image was passed into our feature tracker, this must have lead to some weird side effects. We haven't investigated whether the problem was the significantly larger size of the color image or if the color image was corrupted and/or misinterpreted as gray scale. It might have worked if we convert the image to gray scale.

from maplab.

iliis avatar iliis commented on May 29, 2024

Hm, I don't think it was the image size, as both the fisheye and the color camera of the ZR300 only provide 640 x 480 pixels. I could try converting it to gray scale tough. Could it be a timing issue after all? The cameras on the VI-sensor are accurately synchronized while the ones on the ZR300 might not be.

from maplab.

mfehr avatar mfehr commented on May 29, 2024

Ah I thought the RGB image was bigger for the ZR300. That's a very good point. I think you are right about the synchronization, it would explain the sparsity of the vertices. ROVIOLI probably tries to synchronize VisualNFrames (a struct that contains the camera images of all cameras and data for one specific point in time), but rarely succeeds, i.e. only if the RGB timestamp happens to be within a certain range of the Fisheye.

from maplab.

NikolausDemmel avatar NikolausDemmel commented on May 29, 2024

Hm, I don't think it was the image size, as both the fisheye and the color camera of the ZR300 only provide 640 x 480 pixels. I could try converting it to gray scale tough. Could it be a timing issue after all? The cameras on the VI-sensor are accurately synchronized while the ones on the ZR300 might not be.

AFAIK the fisheye tracking camera is time synchronized with the IMU, while the RGB camera is not. Also, I believe the color camera is rolling shutter, wheres the tracking camera is global shutter.

from maplab.

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.