1 resultado para Simultaneous Localization and Mapping
em Digital Archives@Colby
Filtro por publicador
- Repository Napier (1)
- Aberdeen University (1)
- Academic Archive On-line (Stockholm University; Sweden) (1)
- Acceda, el repositorio institucional de la Universidad de Las Palmas de Gran Canaria. España (6)
- AMS Tesi di Dottorato - Alm@DL - Università di Bologna (12)
- AMS Tesi di Laurea - Alm@DL - Università di Bologna (6)
- Aquatic Commons (7)
- ArchiMeD - Elektronische Publikationen der Universität Mainz - Alemanha (6)
- Archivo Digital para la Docencia y la Investigación - Repositorio Institucional de la Universidad del País Vasco (3)
- Aston University Research Archive (32)
- Avian Conservation and Ecology - Eletronic Cientific Hournal - Écologie et conservation des oiseaux: (1)
- Biblioteca Digital da Produção Intelectual da Universidade de São Paulo (20)
- Biblioteca Digital da Produção Intelectual da Universidade de São Paulo (BDPI/USP) (8)
- Bioline International (1)
- BORIS: Bern Open Repository and Information System - Berna - Suiça (62)
- Boston University Digital Common (4)
- Brock University, Canada (5)
- Bucknell University Digital Commons - Pensilvania - USA (2)
- CaltechTHESIS (6)
- Cambridge University Engineering Department Publications Database (16)
- CentAUR: Central Archive University of Reading - UK (30)
- Chinese Academy of Sciences Institutional Repositories Grid Portal (47)
- Cochin University of Science & Technology (CUSAT), India (7)
- Coffee Science - Universidade Federal de Lavras (1)
- CORA - Cork Open Research Archive - University College Cork - Ireland (3)
- Dalarna University College Electronic Archive (1)
- Department of Computer Science E-Repository - King's College London, Strand, London (1)
- DI-fusion - The institutional repository of Université Libre de Bruxelles (1)
- Digital Archives@Colby (1)
- Digital Commons - Michigan Tech (3)
- Digital Commons @ DU | University of Denver Research (1)
- Digital Commons at Florida International University (2)
- Digital Peer Publishing (1)
- DigitalCommons - The University of Maine Research (1)
- DigitalCommons@The Texas Medical Center (13)
- DRUM (Digital Repository at the University of Maryland) (3)
- Duke University (10)
- Earth Simulator Research Results Repository (1)
- eResearch Archive - Queensland Department of Agriculture; Fisheries and Forestry (6)
- Glasgow Theses Service (1)
- Greenwich Academic Literature Archive - UK (1)
- Harvard University (1)
- Helda - Digital Repository of University of Helsinki (13)
- Illinois Digital Environment for Access to Learning and Scholarship Repository (1)
- Indian Institute of Science - Bangalore - Índia (44)
- INSTITUTO DE PESQUISAS ENERGÉTICAS E NUCLEARES (IPEN) - Repositório Digital da Produção Técnico Científica - BibliotecaTerezine Arantes Ferra (1)
- Instituto Gulbenkian de Ciência (1)
- Instituto Politécnico de Bragança (1)
- Instituto Politécnico de Viseu (1)
- Instituto Politécnico do Porto, Portugal (4)
- Massachusetts Institute of Technology (4)
- Memorial University Research Repository (1)
- National Center for Biotechnology Information - NCBI (43)
- Plymouth Marine Science Electronic Archive (PlyMSEA) (6)
- Portal de Revistas Científicas Complutenses - Espanha (2)
- Publishing Network for Geoscientific & Environmental Data (12)
- QSpace: Queen's University - Canada (5)
- QUB Research Portal - Research Directory and Institutional Repository for Queen's University Belfast (65)
- Queensland University of Technology - ePrints Archive (134)
- RCAAP - Repositório Científico de Acesso Aberto de Portugal (1)
- Repositório Alice (Acesso Livre à Informação Científica da Embrapa / Repository Open Access to Scientific Information from Embrapa) (3)
- Repositório Científico da Universidade de Évora - Portugal (1)
- Repositório Científico do Instituto Politécnico de Lisboa - Portugal (1)
- Repositório do Centro Hospitalar de Lisboa Central, EPE - Centro Hospitalar de Lisboa Central, EPE, Portugal (1)
- Repositório Institucional da Universidade Federal do Rio Grande do Norte (1)
- Repositorio Institucional de la Universidad de Málaga (1)
- Repositório Institucional UNESP - Universidade Estadual Paulista "Julio de Mesquita Filho" (86)
- RUN (Repositório da Universidade Nova de Lisboa) - FCT (Faculdade de Cienecias e Technologia), Universidade Nova de Lisboa (UNL), Portugal (1)
- SAPIENTIA - Universidade do Algarve - Portugal (1)
- Savoirs UdeS : plateforme de diffusion de la production intellectuelle de l’Université de Sherbrooke - Canada (1)
- School of Medicine, Washington University, United States (1)
- Scientific Open-access Literature Archive and Repository (1)
- Universidad de Alicante (14)
- Universidad Politécnica de Madrid (17)
- Universidade Complutense de Madrid (3)
- Universidade de Lisboa - Repositório Aberto (2)
- Universidade Federal do Rio Grande do Norte (UFRN) (9)
- Universitat de Girona, Spain (4)
- Universitätsbibliothek Kassel, Universität Kassel, Germany (3)
- Université de Lausanne, Switzerland (4)
- Université de Montréal (2)
- Université de Montréal, Canada (11)
- University of Canberra Research Repository - Australia (1)
- University of Michigan (14)
- University of Queensland eSpace - Australia (28)
- University of Washington (2)
- WestminsterResearch - UK (3)
- Worcester Research and Publications - Worcester Research and Publications - UK (2)
Resumo:
Developing successful navigation and mapping strategies is an essential part of autonomous robot research. However, hardware limitations often make for inaccurate systems. This project serves to investigate efficient alternatives to mapping an environment, by first creating a mobile robot, and then applying machine learning to the robot and controlling systems to increase the robustness of the robot system. My mapping system consists of a semi-autonomous robot drone in communication with a stationary Linux computer system. There are learning systems running on both the robot and the more powerful Linux system. The first stage of this project was devoted to designing and building an inexpensive robot. Utilizing my prior experience from independent studies in robotics, I designed a small mobile robot that was well suited for simple navigation and mapping research. When the major components of the robot base were designed, I began to implement my design. This involved physically constructing the base of the robot, as well as researching and acquiring components such as sensors. Implementing the more complex sensors became a time-consuming task, involving much research and assistance from a variety of sources. A concurrent stage of the project involved researching and experimenting with different types of machine learning systems. I finally settled on using neural networks as the machine learning system to incorporate into my project. Neural nets can be thought of as a structure of interconnected nodes, through which information filters. The type of neural net that I chose to use is a type that requires a known set of data that serves to train the net to produce the desired output. Neural nets are particularly well suited for use with robotic systems as they can handle cases that lie at the extreme edges of the training set, such as may be produced by "noisy" sensor data. Through experimenting with available neural net code, I became familiar with the code and its function, and modified it to be more generic and reusable for multiple applications of neural nets.