Skip to content

Instantly share code, notes, and snippets.

@antonvh
Created November 12, 2013 22:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save antonvh/7439560 to your computer and use it in GitHub Desktop.
Save antonvh/7439560 to your computer and use it in GitHub Desktop.
Installation steps for lego robot sumo
sudo easy_install pip
pip install numpy
ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"
brew tap homebrew/science
brew install opencv
pip install jaraco.nxt
hg clone https://bitbucket.org/antonvh/robot-sumo robot-sumo
cd robot-sumo/blob_recog
python blob_recognition.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment