Skip to content

MODatUniSA/naoqi-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAOqi Python SDK using Docker

Use Docker to build the NAOqi Python SDK for Ubuntu 17.04 and NAOqi 2.1.4.13

Installation

  • Install Docker.
  • Clone this repo $ git clone https://github.com/MODatUniSA/naoqi-docker.git
  • Move into the directory $ cd naoqi-docker
  • Download the Python SDK for Linux. The file should be something like pynaoqi-python2.7-2.1.4.13-linux64.tar.gz.
  • Build the container $ docker build -t naoqi-python .
  • Run the container $ docker run -it naoqi-python bash
  • Run the container with port 9559 open $ docker run -it -p 9559:9559 naoqi-python bash
  • cd into the SDK $ cd pynao*
  • Run python $ python
  • Import NAOqi >> import naoqi

TODO

  • Write the Dockerfile.
  • Open the port to NAO.
  • Test with our NAO.
  • Write up installation documentation for macOS, Linux, Windows.

Releases

No releases published

Packages

No packages published