GithubHelp home page GithubHelp logo

michaelchi08 / slambot Goto Github PK

View Code? Open in Web Editor NEW

This project forked from itbrobotics/slambot

0.0 2.0 0.0 928 KB

License: Other

C++ 4.58% Processing 0.65% C 0.13% C# 7.15% HTML 62.43% JavaScript 8.69% CSS 2.57% Makefile 0.05% TeX 8.97% PostScript 1.38% Roff 3.41%

slambot's Introduction

SlamBot

Installation

The project is currently made up of the following components:

  1. Arduino source which physically drives the robot.
  2. A SLAM algorithm for extracting landmarks.

Arduino Source

The Arduino source code is located under the Robot directory, inside this directory you will find something similar to the following:

  • AFMOTOR <- Library for the Adafruit motor shield.
  • HMC588CL <- Compass library.
  • ps2 <- PS/2 Arduino device library.
  • SharpIR <- Library for getting readings from a Sharp infra red range finder.
  • Robot.ino <- Main driver program on the Arduino board.

Copy any directories you see here into your local Arduino sketchbook->libraries directory, normally located under Documents or My Documents in Windows. In order to compile the Robot.ino sketch in the Arduino IDE it must be able to locate these libraries.

Start the Arduino IDE and open the Robot.ino file, attempt to compile it. If you have done this properly then you shouldn't have any issues, otherwise double check you put the libraries into the correct directory.

If you make any changes to the libraries ensure that you change the versions under the Git repository not the ones that you moved into your local sketchbook->libraries directory. Simply overwrite the ones in your libraries folder to test your changes.

SLAM Algorithm

As of current the project also contains the SLAM for Dummies algorithm which is implemented in C#, I ported the code to Mono under Linux and I also added a GUI front end using GTK# and Cairo. To run this example you will need the following:

  • MonoDevelop v4.2.2 or later.
  • Mono runtime environment.
  • A Linux environment that supports GTK# or if using Windows you'll need the GTK+ library installed.

This code can be run under Windows if you install the GTK+ GUI library but I haven't tried this myself. When you open the project simply compile and run it. Refer to the source code for more information.

slambot's People

Contributors

swordmaster2k avatar buttercups avatar

Watchers

James Cloos avatar Michael avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.