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:
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 dateexperimental_testing
: Various experimental filessrc
: The real stuffmaster
: Code for running the master controller and GUIrobot
: Code that runs on the Raspberry Pi of the robotrobot_motor_driver
: Code that runs on the ClearCore of the robottools
: Some various utility scripts
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.