Scan Matching Algorithm using ICP (Iterative Closest Points)

Поділитися
Вставка
  • Опубліковано 20 вер 2024
  • 2020 Graduated School - Final Term Project
    (SLAM) Implementation of Scan Matching Algorithm

КОМЕНТАРІ • 15

  • @ianfrancis3605
    @ianfrancis3605 2 роки тому +2

    Thanks I needed some help in how to approach a problem with a very similar challenge and this was perfect.

  • @kelvinngan5996
    @kelvinngan5996 5 місяців тому

    Hi, Very good explanation!
    Can you kindly give full MatLab code and example data?

  • @henarcanilang2495
    @henarcanilang2495 3 роки тому +2

    Good Day, Thank you for this helpful and brief explanation. In each dataset, did you manually change the number of iterations?

    • @jangseob
      @jangseob  3 роки тому

      Hi, No, I didn't . I just set the maximum limit number of iteration count about 100 or other extra large number. It used for preventing endless loop.

    • @henarcanilang2495
      @henarcanilang2495 3 роки тому

      @@jangseob I see, thank you for your response. Noted on this and have a good day.

  • @HPenarandaBello
    @HPenarandaBello 9 місяців тому

    Hi. ¡Excellent!
    Please, do you have example data to test your code?

  • @rabiaselloum5050
    @rabiaselloum5050 2 роки тому

    Good Day, Thank you for this helpful explanation please share the full matlab code?

  • @priyadarshinipattanaik5092
    @priyadarshinipattanaik5092 3 роки тому

    Can you please share the full matlab code (windows)? As you are showing Matlab coding and have a link to jupyter.

  • @adibkamali5585
    @adibkamali5585 3 роки тому

    Hi , in the last code, what is the value of T and R?
    is that given values?
    thank you

    • @jangseob
      @jangseob  3 роки тому

      Hello, R and T are just global variable for save final result. It was zero at first but updates iterationally.

    • @jangseob
      @jangseob  3 роки тому

      You are in KIT :) , Right?

    • @adibkamali5585
      @adibkamali5585 3 роки тому

      @@jangseob Hi thank you for your kind reply,.
      Yes I'm in KIT :)

  • @nurulizzahluthfiahnur1122
    @nurulizzahluthfiahnur1122 10 місяців тому

    May u share the matlab code?

  • @navaneethp9204
    @navaneethp9204 3 роки тому

    Can you please share the full code?

    • @jangseob
      @jangseob  3 роки тому +5

      Hello, Thank you for visit me. I refered this website and UA-cam Videos.
      nbviewer.jupyter.org/github/niosus/notebooks/blob/master/icp.ipynb