Install NAOqi python

After Choregraphe, development in Python is recommended. This time, we will install the development environment in Python. Here, the one for Mac is shown.

NAOqi seems to use python2.7.

download

I can follow the instructions below, but I couldn't find the 2.1 binaries. https://community.aldebaran.com/doc/2-1/dev/python/install_guide.html

So I will use the one of 1.4.

First, go to the community site.

https://community.aldebaran.com

After logging in, go to SOFTWARES-> older software version.

スクリーンショット_2014-08-24_14_10_25.png

スクリーンショット_2014-08-24_14_10_43.png

So select NAOqi-1.14.5 and

スクリーンショット_2014-08-24_14_11_34.png

I'm a Mac, so I chose pynaoqi-python-2.7-naoqi-1.14.5-mac64.tar.gz.

Installation

Unzip it and put it through the python path.

$ tar xvf Downloads/pynaoqi-python-2.7-naoqi-1.14.5-mac64.tar.gz
$ export PYTHONPATH=${PYTHONPATH}:~/pynaoqi-python-2.7-naoqi-1.14-mac64

Operation check

If you do the following and there are no errors, you are successful.

$ python
>>> import nqoqi
>>>

.bashrc update

Let's edit .bashrc for future use.

$ echo "export PYTHONPATH=${PYTHONPATH}:~/pynaoqi-python-2.7-naoqi-1.14-mac64" >> .bashrc
$ source .bashrc

Recommended Posts

Install NAOqi python
install python
Install Python locally
Install Python Control
CentOS8 --Install --Python3
Install python on WSL
How to install Python
Install Python on Pidora.
Install Scrapy on python3
Install Python on Mac
How to install python
Install Python 3 on Mac
Install python from source
Install Python3.4 on CentOS 6.6
Install Python Jupyter lab
Install python external library
Install python (pyenv, pyenv-virtualenv)
Install Voluptuous with Python 2.5
Install python on windows
Python PyTorch install tips
Install Python 2.7.3 on CentOS 5.4
Install python with pyenv
Install Python 3.3 on Ubuntu 12.04
Install Python 3.4 on Mac
Install Python 3.6 on Docker
Install Python (for Windows)
[2020.8 latest] How to install Python
How to install Python [Windows]
Install Python 3.8 on RHEL 8 (AppStream)
Install watchdog on Windows + Python 3.3
Install Python and Flask (Windows 10)
Python
Install pygame on python3.4 on mac
Windows10: Install python dlib library
Install Python 3.8 on CentOS 7 (SCL)
Install external libraries with Python
Install multiple versions of Python
Install pandas 0.14 on python3.4 [on Mac]
Install Python 3.7 and Django 3.0 (CentOS)
Install OpenCV on Ubuntu + python
Python --Install MySQLDB on EC2
Install pyenv from Homebrew, install Python from pyenv
Install Python 3.8 on CentOS 8 (AppStream)
[Python] [Chainer] [Windows] Install Chainer on Windows
Python install in 2 lines @Windows
Install dlib for Python (Windows)
How to install python using anaconda
Install Python Pillow on Amazon Linux
Install Python 3.8 on Ubuntu 18.04 (OS standard)
Install Python 2.7.9 and Python 3.4.x with pip.
Install Cheminformatics Tool RDKit for Python
I can't install python3 with pyenv-vertualenv
HomeBrew can't install Python (at Mavericks)
Install Python from source with Ansible
Install Python 3.8 on Ubuntu 20.04 (OS standard)
Install python2.7 on windows 32bit environment
Install xgboost (python version) on Windows
Install Python on Windows + pip + virtualenv
pip install mysql-Error handling during python
Install scrapy in python anaconda environment
Install Pytorch on Blender 2.90 python on Windows