Difference between revisions of "MapBot"

From Pumping Station One
Jump to navigation Jump to search
(My first major project, and a page to describe it.)
 
m (Robot: Cosmetic changes)
 
Line 1: Line 1:
[[Category:Member Projects]]
 
 
 
A project to explore the creation and uses of 3d maps made by a semi-autonomous robot with imaging sensors.
 
A project to explore the creation and uses of 3d maps made by a semi-autonomous robot with imaging sensors.
  
==Introduction==
+
== Introduction ==
 
This is a prototype of a bigger, more accurate beast capable of mapping an entire town with at least 10x10x10 cm Voxels
 
This is a prototype of a bigger, more accurate beast capable of mapping an entire town with at least 10x10x10 cm Voxels
  
  
==Implementation and Scratchpad==
+
== Implementation and Scratchpad ==
 
The arduino and motors work well powered from the USB port on the Netbook.
 
The arduino and motors work well powered from the USB port on the Netbook.
 
The webcams are mounted
 
The webcams are mounted
Line 14: Line 12:
  
  
==Part Research==
+
== Part Research ==
 
* Motors - 5 volt geared steppers
 
* Motors - 5 volt geared steppers
 
* Motor controller - Arduino Uno with discrete transistor drivers, gets power from USB
 
* Motor controller - Arduino Uno with discrete transistor drivers, gets power from USB
Line 20: Line 18:
 
* Vision sensors - 2 * 2Megapixel USB webcams
 
* Vision sensors - 2 * 2Megapixel USB webcams
  
==Links==
+
== Links ==
 
* Groundhog - A robot for mapping abandoned coal mines in 3d - http://www.agiweb.org/geotimes/aug03/technology.html
 
* Groundhog - A robot for mapping abandoned coal mines in 3d - http://www.agiweb.org/geotimes/aug03/technology.html
 +
 +
[[Category:Member Projects]]

Latest revision as of 00:15, 18 March 2014

A project to explore the creation and uses of 3d maps made by a semi-autonomous robot with imaging sensors.

Introduction

This is a prototype of a bigger, more accurate beast capable of mapping an entire town with at least 10x10x10 cm Voxels


Implementation and Scratchpad

The arduino and motors work well powered from the USB port on the Netbook. The webcams are mounted

Now researching software to do machine vision, robot localization, and 3d mapping.


Part Research

  • Motors - 5 volt geared steppers
  • Motor controller - Arduino Uno with discrete transistor drivers, gets power from USB
  • Main processor - Acer Netbook
  • Vision sensors - 2 * 2Megapixel USB webcams

Links