SLAM with Sparse Sensing

Поделиться
HTML-код
  • Опубликовано: 2 окт 2024
  • Part IV Mechatronics @ UoA
    Simultaneous Localisation and Mapping on a mecanum wheel robot with Sonar and IR sensors, which uses Unity to produce and visualise a real-time map of the environment.

Комментарии • 13

  • @mahmoudalsayed1138
    @mahmoudalsayed1138 2 года назад +1

    I am actually interested on how did you "offloaded" the sensors readings to Unity? Was it done via some kind of a wireless communication?

  • @SandwichMitGurke
    @SandwichMitGurke 2 года назад

    this is cool

  • @harsh9558
    @harsh9558 3 года назад +1

    I love those type of wheel!

  • @chideraagbasiere7868
    @chideraagbasiere7868 6 месяцев назад

    can you please drop the codes used?

  • @Aashuthosh
    @Aashuthosh Год назад

    Anyone has the code ??? I am interested to do this project

  • @Spidey-2099
    @Spidey-2099 Год назад

    Where can I get the circuit diagram and code for the project

  • @ilyascakrbeyli8945
    @ilyascakrbeyli8945 4 года назад

    Can u share your documents with us? It is my senior project.

  • @Spidey-2099
    @Spidey-2099 Год назад

    CAN I GET PROJECT REPORT OF THIS PROJECT

  • @saswatibhattacharjee7387
    @saswatibhattacharjee7387 6 лет назад

    Is that a demonstration of sparse extended information slam?

  • @JonnyWaldes
    @JonnyWaldes 4 года назад

    i can see 1 ultrasonic sensor, the visualization makes it look like there are 5 sensors

    • @d.i.robinson
      @d.i.robinson  4 года назад +3

      Correct, there is 1 Ultrasonic, 2 Near-range IR and 2 Far-range IR sensors

  • @เจริญศักดิ์โพพิมล

    I want to know what you use to write and what programs to use.

    • @d.i.robinson
      @d.i.robinson  4 года назад +3

      This project was built with C (Arduino) for the robot microcontroller, and C# (Unity) to perform the mapping and localization, which was offloaded to the laptop.