Code Monkey home page Code Monkey logo

8bot's Introduction


8Bot
8Bot

Alt Text

Autonomous Pool Robot using Computer Vision

By: Atif Mahmud and Ethan Guo

Background and MotivationProceduresRelated WorksLearning GoalsEngineering GoalsLicense

Background and Motivation

Procedures

Dependencies

Python Libraries

The projects primary language is python. Input parsing, computer vision, and pathfinding are executed by python clients. The OpenCV-Python wrapper is used along with Numpy to do the various computer vision and matrix operations this project employs.

Install Python-OpenCV

sudo apt-get install python-opencv

Install Pip

sudo apt-get install python-pip

Install Numpy

pip install numpy

MQTT Broker

This project relies on low latency publisher/subscriber based data transfer. To do this we employ MQTT. MQTT (Message Queuing Telemetry Transport) is an ISO Standard messaging protocol commonly used in IOT applications. The one caveat is that its publish/subscriber message pattern requires a persistent broker. For the purposes of this project we employ the open source MQTT broker Eclipse Mosquitto.

Install Broker (Ubuntu)

(Ubuntu 12^)

sudo apt install mosquitto

(Older versions of Ubuntu)

sudo apt-add-repository ppa:mosquitto-dev/mosquitto-ppa
sudo apt-get update

Install Python MQTT Client Library

pip install paho-mqtt

Learning Goals

  • Continuous Integration
  • MQTT Protocol

Engineering Goals

  • Fast robot messaging infrastructure
  • Robust object classification
  • Robust environment description
  • Robust localization

Related Works

License

GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007

Refer to LICENSE.txt for full details

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.