Data association for SLAM | coding slam from scratch

แชร์
ฝัง

ความคิดเห็น • 16

  • @mytechpractice8924
    @mytechpractice8924 2 ปีที่แล้ว +5

    You have serious error in your code. Even in your demo, all the doors are connected as a line.

  • @fabiolisurici3878
    @fabiolisurici3878 3 ปีที่แล้ว +3

    when will you post the next video? Btw great series

  • @outer1269
    @outer1269 10 หลายเดือนก่อน

    most part of the main.py code didnt show in the later part of the video

  • @xhibit-c8w
    @xhibit-c8w 3 ปีที่แล้ว +1

    will you be uploading the codes? i dont know why i am getting an error..

  • @hussamayoub7193
    @hussamayoub7193 2 ปีที่แล้ว

    Thank you for the impressive work and your effort. Waiting for the new video 🙂

  • @mortenroedfrederiksen3393
    @mortenroedfrederiksen3393 ปีที่แล้ว

    What is the github repo?

  • @ayushagarwal69
    @ayushagarwal69 3 ปีที่แล้ว +1

    Great work sir . But how to make the automatic moving car which was shown in the first video . And also i have an idea , pybullet does not have a slam library yet although it has a lidar, u could replace lidar list with the actual lidar data and I guess it would create a really great slam module for pybullet

    • @hobby_coding
      @hobby_coding  3 ปีที่แล้ว

      hi ayush, the idea behind this series is for people to learn slam from scratch this is why i can't use pybullet.
      but thanks for the suggestion i'll make sure i mention it in the next video.
      and speaking of the next video, i'm thinking about posting a few videos in this series in the near future.

    • @mamo2652
      @mamo2652 3 ปีที่แล้ว

      @@hobby_coding Hi sir , great series for SLAM enthusiasts
      When we can expect the next videos of the series ,which implements the differential drive robot as shown in first video
      Thanks for you time

  • @markok1203
    @markok1203 3 ปีที่แล้ว +1

    Heyy Algobotics,
    I get the error in your line 236 of Features.py the says:
    "dist = featuresDetection.distance_point2point(l[2], Landmark[2])
    TypeError: distance_point2point() missing 1 required positional argument: 'point2'"
    And on 3 more throughout the code from the warnings that "Parameter 'point2' unfilled"
    All others are from distance_point2point(self, point1, point2) function usage inside is_overlap(seg1, seg2) method in Features.py
    Could you help me?
    Thanks a lot!

    • @markok1203
      @markok1203 3 ปีที่แล้ว +1

      ... And if I put my distance_point2point method as static one then I get even more of these warnings and errors

    • @markok1203
      @markok1203 3 ปีที่แล้ว +1

      Nvm... the "self" was the problem in distance_point2point(self, point1, point2) methods atributes

    • @hobby_coding
      @hobby_coding  3 ปีที่แล้ว +1

      @@markok1203 i just saw this comment, glad you figured it out. have a nice day :)

    • @Aleeeeyas
      @Aleeeeyas 2 ปีที่แล้ว

      @@markok1203 Hello I did not undertstand the error, could you elaborate it please

  • @teetanrobotics5363
    @teetanrobotics5363 2 ปีที่แล้ว

    Need more SLAM tutorials please

  • @harshguru5911
    @harshguru5911 ปีที่แล้ว

    Where is code?