Giter Site home page Giter Site logo

jaku-jaku / autonomous-maze-solver-stewart-platform Goto Github PK

View Code? Open in Web Editor NEW
12.0 2.0 2.0 51.86 MB

MTE 380 Course Project

Jupyter Notebook 6.55% HTML 0.01% C++ 6.28% C 86.09% Python 0.83% Makefile 0.25% Dockerfile 0.01% Shell 0.01%
stewart-platform maze-solver

autonomous-maze-solver-stewart-platform's Introduction

Proj_StewartPlatform

UW MTE 380 Course Project - 2021 Tron Authors: Jack, Jeremy, Tsugumi, Zong

IMG_4010_0003

Summary

Autonomous maze solver with Stewart Platform via a single WebCam.

Program Directory: ./Path_Finding

Possible Command line inputs:

  • For local image processing (demo) based on camera feeds from last successful detection

    python3 main.py -m static

  • For live image processing with live camera feeds

    python3 main.py -m run

  • For hsv calibration

    python3 main.py -m calib python3 main.py -m calib -c live

  • Optional* specifying usb.serial port:

    python3 main.py -m run -p /dev/tty.usbmodem146300

CV Outputs:

Software Demo
Software Demo

CAD Renders:

Stewart Platform CAD Render 1 Stewart Platform CAD Render 2

List of Items

Hardware List:

  • Servos x6
  • MCU board
  • WebCam: Logitech C270

Repo Contains:

  • Low level C code
  • Inverse Kinematics Python
  • Full integration of the solution
    • CV for maze detection and extraction
    • Framework for deploying algorithms
    • CV for marker detection and extraction
    • Grid Occupancy for binarizing maze
    • A star algorithm (using library)
    • Custom A* algorithm (Currently Used), with energy/heat map to make the path more centered and optimized
    • Control Algorithm and integration pipelines to hardware interface

System Sketch

System Design Sketch

Flow Chart of the completed pipeline:

Flow Chart

Actual Photo of the Platform

Stewart Platform P1 Stewart Platform P2

External_API

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.