Society of Robots - Robot Forum
Software => Software => Topic started by: Admin on July 30, 2007, 05:43:17 PM
-
SLAM, or simulataneous localization and mapping, is something any robot programmer will need to know if they want their robot to map unknown unstructured terrain.
This is a basic run down tutorial:
http://ocw.mit.edu/NR/rdonlyres/Aeronautics-and-Astronautics/16-412JSpring-2005/9D8DB59F-24EC-4B75-BA7A-F0916BAB2440/0/1aslam_blas_repo.pdf
Its a bit hard to understand at first, but dont feel too bad, its still state of the art technology. ;D
-
Nice one. I'm doing a system of systems demonstrator using vision as a high level supervisor next year. This may well come in handy.
-
Its a bit hard to understand at first, but dont feel too bad, its still state of the art technology.
There is a reason SLAM work is referred to as "the SLAM problem"; we still have not solved it in it's entirety.
-
i am late into this forum.
but, i read the Slam for Dummies and its interesting.
i would like to know if you guys has done this before...
so I download the Landmarks.cs class, but how do i use this class?
i have a sick scanner that give me 361 points.
and a robot with position feedback.
how can i start generating landmarks? what function do I have to call or what overload I have to pass in.
-
I am looking for some help, i am reading the tutorial but dont really know how to usea that code on the Slam for Dummies!
best