180D-FW-2020 / Team3

Systems design capstone project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WALL-U: Small Robot, Big Dreams

Objective

The objective of the WALL-U project is to build an immersive robot-control experience with multiple modes of operation. Currently, WALL-U supports payload delivery and multiplayer target shooting with a custom built Nerf Cannon.

Software Organization

wallu
|__wallu.ino
|__main_module.py
|__voice_recognition.py
|__vision
|  |__main_module.py
|__core
   |__motor
   |  |__motor.**
   |__sensing
      |__sensor.hh

controller
|__main_module.py
|__game_master.py
|__cannon.py
|__steering_wheel
   |__main_module.py

comms
|__mqtt
|__pyserial

About

Systems design capstone project


Languages

Language:Python 77.9%Language:C++ 18.4%Language:Starlark 3.1%Language:C 0.7%