welcome: please sign in

Revision 1 as of 2013-09-24 12:01:22

Clear message
location: robotpkg / nao

robotpkg as package manager for Nao

This page explains step by step how to install and configure robotpkg on the Nao robot.

robotpkg is a package manager that allows to easily install and keep up-to-date a variety of softwares focused on academic robotics. You can learn more about robotpkg on its homepage.

List of software packages available in robotpkg (note that some are not relevant to the Nao robot, like the ones requiring a GUI).

Only Atom-based Nao (ie, Nao v4) is currently supported!

Installation of robotpkg

$ cd /
$ sudo tar -xf ~/bootstrap.tar.gz

export OPENROBOTS=/opt/openrobots
export PATH=$PATH:$OPENROBOTS/sbin:$OPENROBOTS/bin
export MANPATH=$MANPATH:$OPENROBOTS/man

$ robotpkg_add http://robotpkg.openrobots.org/packages/bsd/OpenNao-1.14.5.1-i386/All/pkgin-0.6.4.tgz

Usage

You can now call from any place robotpkgin <action> <package>