vote up 3 vote down star

Does anyone have any experience with developing or working on the autonomous robot problem, in particular developing the SLAM algorithm? I would like to know where would be a good place to get started on developing a very very basic version on SLAM. Also any pointers to resources on the topics (other than the obvious google searches) would be appreciated.

flag

2 Answers

vote up 2 vote down check

Some of the people working on robots at the university bielefeld rely on the following papers in their work with a robot.

  • I. Esteban, O. Booij, Z. Zivkovic, and B. Kröse. Omnivision trajectory based slam. In RSS Submitted. IEEE, 2008

  • A Harati, S Gachter, and R Siegwart. Fast range image segmentation for indoor 3D-SLAM. In The 6th IFAC Symposium on Intelligent Autonomous Vehicles (IAV), 2007.

  • A Harati and R Siegwart. Orthogonal 3D-SLAM for indoor environments using right angle corners. In The 3rd European Conference on Mobile Robotics (ECMR), 2007.

Another paper that could give you a starting point is:

  • R. SIEGWART, I.R.NOURBAKHSH (2004). Introduction to Autonomous Mobile Robots. MIT Press

Most of the paper should be found in google scholar.

link|flag
vote up 0 vote down

openCV is your best bet for this, it is a large library that handles a ton of Computer Vision problems that has a great history, community, and support.

http://opencv.willowgarage.com/wiki/

link|flag
OpenCV is good for image processing but besides a kalman filter there are no complete mapping algorithms included – Janusz Jul 3 at 19:43

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.