Skip to content

Instantly share code, notes, and snippets.

@shiraco
Last active March 4, 2016 06:17
Show Gist options
  • Save shiraco/6acbf746f87c7aa285e4 to your computer and use it in GitHub Desktop.
Save shiraco/6acbf746f87c7aa285e4 to your computer and use it in GitHub Desktop.
Setup NAO Environment

Setup NAO Environment

For Windows,

Install python2

  • install python with miniconda

download miniconda for python2.7 in your os from below site

http://conda.pydata.org/miniconda.html

install miniconda by .exe file

  • confirm
> python --version
Python 2.7.11 :: Continuum Analytics, Inc.

Install pip

  • install pip by conda command
> conda install pip
  • confirm
> pip --version
pip 8.0.3 from C:\Miniconda2\lib\site-packages (python 2.7)

Install virtualenv

Virtualenv is managing tool for python multiple runtime environment.

  • install virtualenv by pip command
> pip install virtualenv
  • confirm
> virtualenv --version
14.0.6

Install choregraphe

Choregraphe is GUI development tool for nao and pepper.

  • create aldebaran account

https://community.aldebaran.com/

https://community.aldebaran.com/en/resources/software/language/en-gb

  • install choregraphe by .exe file

  • if need license key, you can get from here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment