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
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.
@@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
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!
You have serious error in your code. Even in your demo, all the doors are connected as a line.
when will you post the next video? Btw great series
most part of the main.py code didnt show in the later part of the video
will you be uploading the codes? i dont know why i am getting an error..
Thank you for the impressive work and your effort. Waiting for the new video 🙂
What is the github repo?
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
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.
@@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
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!
... And if I put my distance_point2point method as static one then I get even more of these warnings and errors
Nvm... the "self" was the problem in distance_point2point(self, point1, point2) methods atributes
@@markok1203 i just saw this comment, glad you figured it out. have a nice day :)
@@markok1203 Hello I did not undertstand the error, could you elaborate it please
Need more SLAM tutorials please
Where is code?