Software for the Nao platform

From Robin

(Difference between revisions)
Jump to: navigation, search
(Installation guides for Windows)
(Installation guides for Windows)
 
Line 2: Line 2:
== Installation guides for Windows ==
== Installation guides for Windows ==
-
* [https://community.aldebaran-robotics.com/doc/2-1/getting_started/installing.html Choreographe Software Suite] - easiest way to create programs, and can also simulate the robot as well as run programs in the Webots simulator. See the guide further down.  
+
* [https://community.aldebaran-robotics.com/doc/2-1/getting_started/installing.html Choreographe Software Suite] - easiest way to create programs. Can run the programs directly on the robot, on a robot in its own simulator as well as in the Webots simulator. See the guide further down.  
* [https://community.aldebaran-robotics.com/doc/2-1/dev/python/install_guide.html Python SDK] - a more powerful way to create programs, full access to the API.  
* [https://community.aldebaran-robotics.com/doc/2-1/dev/python/install_guide.html Python SDK] - a more powerful way to create programs, full access to the API.  
-
* [https://community.aldebaran-robotics.com/doc/2-1/dev/cpp/install_guide.html#cpp-install-guide C++ SDK] - as Python, but much faster, as it is a compiled language.  
+
* [https://community.aldebaran-robotics.com/doc/2-1/dev/cpp/install_guide.html#cpp-install-guide C++ SDK] - as Python, but much faster, as it is a compiled language. The easiest way is to run the programs on the robot is remotely through the network. The other way is to compile it for the robot OS (NAOqi OS), but this cross-compilation needs to be done on Linux or Mac.  
** Requires an installation of Visual Studio (2008 or 2010)
** Requires an installation of Visual Studio (2008 or 2010)
** [http://python.org/download/ Python 2.7.x - 32 bit version(x86)] - Add C:\Python27 and C:\Python27\Scripts to your PATH.  
** [http://python.org/download/ Python 2.7.x - 32 bit version(x86)] - Add C:\Python27 and C:\Python27\Scripts to your PATH.  

Current revision as of 08:38, 17 September 2014

All this software is for the NAO Atom, i.e. V4 or newer.

Installation guides for Windows

  • Choreographe Software Suite - easiest way to create programs. Can run the programs directly on the robot, on a robot in its own simulator as well as in the Webots simulator. See the guide further down.
  • Python SDK - a more powerful way to create programs, full access to the API.
  • C++ SDK - as Python, but much faster, as it is a compiled language. The easiest way is to run the programs on the robot is remotely through the network. The other way is to compile it for the robot OS (NAOqi OS), but this cross-compilation needs to be done on Linux or Mac.

Guide for using Choreographe together with Webots for Nao

Following one of these guides makes you able to create the behaviour of the robot in Choreographe, and run the simulation in Webots:

Download links for Windows, Linux and Mac

For the newest versions, see this link (needs registration).

Personal tools
Front page