-
```
roslaunch naoqi_pose pose_manager.launch
Traceback (most recent call last):
File "/opt/ros/indigo/lib/naoqi_pose/pose_controller.py", line 37, in
import rospy
File "/opt/ros/indigo/l…
-
I am using naoqi and python to program nao6 robot.
However, when I am running a motion example in the document, I need almath library.
I installed it with: pip install almath
but when I.tried to i…
-
when I rosrun pepper_shadowing.py
In fact, I replaced pepper with Nao, and then this result occurred.
At first, I thought it could not be replaced,
but this result also occurred when I ran the co…
-
Does anyone have Naoqi SDK ? I am following these [steps.](http://wiki.ros.org/nao/Tutorials/Installation) but I am unable to find Naoqi SDK but I have found Python bindings. It will be a great if any…
-
Can anyone help with detailed installation process of NAOqi SDK (python) on Ubuntu. The installation process on the official page is not detailed enough for beginners.
_Originally posted by @Olalek…
-
I just want to run arm-linux-gcc 4.4.3 :}
```
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get install g++-multilib
sudo apt-get install libncurse…
-
We have installed the Webots container you use on Docker. We managed to run a virtual nao robot following this link: https://cyberbotics.com/doc/guide/web-simulation.
In our own project, we want …
-
I know that this might be really really bad place to ask this, but I've been trying to figure out how to do this for several hours now and only thing I stumbled upon was this; https://community.ald.so…
-
* [x] I am at the right place and my issue is directly related to ROS#. General technical questions I would post e.g. at [ROS Answers](https://answers.ros.org/) or [Stack Overflow](https://stackoverfl…
-
I started with following the linux guides at. [link](http://doc.aldebaran.com/2-5/dev/cpp/install_guide.html). Those all seem to work fine. Then i start with making a first service according to [link]…