aospan / DominoRobot-fork

This is the code for Mark Rober's Domino Robot project. You can find a bunch more info about the project, including details about the software architecture on my website.

Home Page:https://www.baucomrobotics.com/domino-robot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Domino Robot

This is the code for Mark Rober's Domino Robot project. You can find a bunch more info about the project, including details about the software architecture on my website.

Here is the video that Mark made about the project: Marks video

Folder structure

If you are interested in browsing the files in this repo, here is the general structure to get you oriented.

  • doc: Some high level documentation stuff, much of it is probably out of date
  • experimental_testing: Various experimental files
  • src: The real stuff
    • master: Code for running the master controller and GUI
    • robot: Code that runs on the Raspberry Pi of the robot
    • robot_motor_driver: Code that runs on the ClearCore of the robot
    • tools: Some various utility scripts

Usage (Not Recommended)

This repository exists mostly for those who are interested in browsing the code to see how it works. It is almost certainly a bad idea to try and download this code and use it unless you have identical hardware to the robot in the video and/or really know what you are doing. You should consider this code completely unsupported as I do not plan to make future updates or fix any bugs you may find.

If for some reason you really want to try and run this code, there are some (out of date) instructions on how to run the the master code and also some (possibly also out of date) info on which libraries are used for compiling the robot code. Good luck.

About

This is the code for Mark Rober's Domino Robot project. You can find a bunch more info about the project, including details about the software architecture on my website.

https://www.baucomrobotics.com/domino-robot

License:GNU General Public License v3.0


Languages

Language:C++ 64.5%Language:Python 34.3%Language:C 0.9%Language:Makefile 0.3%