SeRR

Sample Return Robot | Team 4
A CSE 426 Senior Project, Spring 2014, at UNR/CSE Department

Professor Dr. Sergio Dascalu, Advisor Dr. David Feil-Seifer

Reference Book

Siegwart, R., Nourbakhsh, I., Scaramuzza, D. (2011). Introduction to Autonomous Mobile Robots. The MIT Press. 978-0262015356

This book provides the fundamentals of autonomous mobile robots. This text includes motor controls, sensor input, and fundamentals to control a robot in real world applications. The book includes many algorithms for detailed use cases for robots.

Related Websites

www.ros.org

ROS: Robot Operating System is a collection of libraries, tools, and other helpful resources to help create robotic real-world robotic systems

www.opencv.org

OpenCV: Open Source Computer Vision is closely related to ROS and provides many resources for computer vision projects and libraries for a variety of applications

www.nasa.gov

This page describes the Sample Return Competition hosted by NASA. This is the competition that inspired us to do this project.

www.answers.ros.org

A forum for questions and answers that help users troubleshoot and discover solutions to problems that are from the robot operating system.

Reference Journals

Goncalves, L.; Di Bernardo, E.; Benson, D.; Svedman, M.; Ostrowski, J.; Karlsson, N.; Pirjanian, P., "A Visual Front-end for Simultaneous Localization and Mapping," Robotics and Automation, 2005. ICRA 2005. Proceedings of the 2005 IEEE International Conference on , vol., no., pp.44,49, 18-22 April 2005

This paper covers a method that generates and uses visual landmarks that are useful for SLAM navigation. This paper will be useful when incorporating the vision system to help with navigation. Landmarks will be a useful way to determine location on a global scale in reference to the home base.

Yan, Fei ; Christmas, William J. ; Kittler, Josef ; Clocksin, William F. (Bearb.) ; Fitzgibbon, Andrew W. (Bearb.) ; Torr, Philip H. S. (Bearb.): A Tennis Ball Tracking Algorithm for Automatic Annotation of Tennis Match.. In: BMVC : British Machine Vision Association, 2005.

This paper proposes an algorithm for tennis ball tracking that doesn’t require multiple high-definition cameras to operate. This algorithm will be very useful for us because we are attempting to locate tennis balls without multiple cameras. This technique is better than others because it is faster.

Goncalves, L.; Di Bernardo, E.; Benson, D.; Svedman, M.; Ostrowski, J.; Karlsson, N.; Pirjanian, P., "A Visual Front-end for Simultaneous Localization and Mapping," Robotics and Automation, 2005. ICRA 2005. Proceedings of the 2005 IEEE International Conference on , vol., no., pp.44,49, 18-22 April 2005

This paper summarizes a way to implement simultaneous localization and mapping. We need to implement this mapping for our robot in order to know the location of the robot according to the home base. It will also be useful for any users that want to have a map of the area that the robot is traversing.

Isard, M.; MacCormick, J., "BraMBLe: a Bayesian multiple-blob tracker," Computer Vision, 2001. ICCV 2001. Proceedings. Eighth IEEE International Conference on , vol.2, no., pp.34,41 vol.2, 2001 doi: 10.1109/ICCV.2001.937594

This paper provides a new way of approaching blob-tracking. Traditionally the foreground and background were treated as separate entities, and this paper proposes a new, and better, way of tracking blobs. This will be useful in finding other objects than tennis balls.