-
After installing `libqi` from ROS Kinetic and the Aldebaran closed-source NaoQI Python SDK (tested with version 2.1.4.13), importing the `naoqi` Python package fails:
```sh
$ python -c"import naoqi"…
-
I saw like ; NaoQi C++ framework so it means I will install C++ SDK ? So it means its for c++ developers? Can I install NaoQi Python instead of NaoQi C++
-
**Setup Environment**
1.Install ```Python Naoqi SDK``` You can download it [here](https://community.ald.softbankrobotics.com/en/resources/software).
hereに紐づけられたURLがリンク切れしていたので、修正を行う
正しいURL↓
http…
-
Hi,
I have used old python version of naoqi_driver and we used speech recognition feature of naoqi system via https://github.com/ros-naoqi/nao_robot/blob/master/nao_apps/nodes/nao_speech.py program. …
-
READMEにしたがって,Python NAOqi API 2.1.4を入れた.
`export PYTHONPATH=$HOME/pynaoqi/:$PYTHONPATH`
を`.bashrc`に書いた.
ROS kinetic, ubuntu 16.04
```
roslaunch nao_bringup nao_full.launch network_interface:=…
-
From: @kochigami
Pepperなのですが、Naoqiのバージョンが2.5だったのが今年から全員機体交換になり、2.9 (android) になりました。
関節角度列を送る方法が変わり、
https://github.com/ros-naoqi/naoqi_driver?tab=readme-ov-file#check-that-the-node-is-running-c…
-
When trying roslaunch nao_bringup nao_full.launch, the second part of the launch file which should start pose_controller and pose_manager fails.
I have all the standard nao packages for kinetic in…
-
Hello dear fellow,
I really like your approach of event management.
So I wanted to play a bit with your project. However it fails with:
```
Traceback (most recent call last):
File "~/nao-conscious/sr…
-
Hi!
I'd like to know if this project could work on Pepper with Naoqi 2.9.5.172 that uses Android. Or in the opposite case, I only can use this project on Pepper that works with python.
Thanks fo…
-
We are getting an error when running **python module_speechrecognition.py --pip pepper.local** on macOS.
I guess the problem is related to the dir /Library/Frameworks/Python.framework/Versions/2.7…