Setup Nao

From Intelligent Materials and Systems Lab

Revision as of 03:38, 6 February 2013 by Moment92 (talk | contribs) (Created page with "== How to start == We are using C++ and Python API-s for software development (and also played around with [https://developer.aldebaran-robotics.com/resources/tutorial/nao-fi...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

How to start

We are using C++ and Python API-s for software development (and also played around with Choreographe). Shortly on how to start:

  1. Get the latest version from http://users.aldebaran-robotics.com/, if you have a robot with some kind of specific software version, you should get it from your DVD.
  2. For SDK installations follow http://www.aldebaran-robotics.com/documentation/dev/cpp/install_guide.html#cpp-install-guide for C++ and http://www.aldebaran-robotics.com/documentation/dev/python/install_guide.html#python-install-guide for Python.
  3. Continue with tutorials and examples...