How to program NAO robot using Python in Windows STEP by STEP (2021)

preview_player
Показать описание
Hey Guys,

Python SDK - Installation Guide

Aldebaran Website

Python Examples
-----------------------------------------------------------------------------------
Also here are some links to other channels that did it in different os:

(not in English, but you can make it out from the video what she is doing)
Рекомендации по теме
Комментарии
Автор

4 años despues, me salvaste la vida con este video

dax_
Автор

this is the video I needed, thanks a lot! Can't wait for the next video

yoxanangeles
Автор

Bro, love you. Through the bonus information in the comments i made it work. Thak You!

zaranto
Автор

Helplful I want if u make another video ✨✨thank u

weamt
Автор

Thanks, your video helped me a ton! I had an issue with the import naopi but I fixed it by uninstalling python2.7 and installing the x64 version of python2.7.

minilee
Автор

Hey,
I was trying to get this SDK in my python 3.11 but it was not working so I switched to python 2.7 and followed your instructions but still it is not working. Please do help ...!

darshpatel
Автор

I have a probleme when i do an order with chroreghraphe the robot say my cloud systeme in wrong, please how can i fix it.

moatazgharbi
Автор

Hello, please would you mind guiding me on how you programmed your robot and what SDK did you use. I followed the Official documentation on the website and installed the Python SDK but my computer doesnt connect to the robot via Its IP Address.

kzsy
Автор

Hello,

Thanks for this video !

I followed your video but I still have the error "ImportError: No module named naoqi". Do you know what I can do ? I have windows10, do you think it could be the reason ?

Thanks for your reply :)

engineering_life
Автор

thank you for the video my question is about How I can also install TensorFlow in the same version of python 2.7, because my project need to use naoqi and tensorflow at the same time

soukainagouraguine
Автор

Hey! my team's at the last step on the Pepper setup but we keep getting this error anytime we try connecting to Pepper with the AlProxy module (ALProxy(name, ip address, port)). Do you have any tips for solving this bug? Thank you!

kzsy
Автор

Hi your tuto is super nice but when i try to import naoqi in cmd i got an error thats says : "ImportError: DLL load failed: %1 is not a valid Win32 application" could you please help me ??

midfirewear
Автор

I have to move python27 and python27 before in "Path" environment in order to get python 2.7 work in command prompt

fugit
Автор

Hey, thanks for the tutorial in the first place :)
I still get a problem i don't understand when i try import naoqi:
the file naoqi.py gets called seemingly with no problems, then in line 9 it callsc"import qi" so the file __init__.py in the subfolder qi gest called which also seems to work fine but this file calls "import Application as _Application" in line 89 and thats where the error occures and I get the same ImportError as midfirewear DLL load failed %1 is not a valid Win32-Application. (Full Error Message see below)

I guess the the path variables are fine sice naoqi.py is found, but i have no idea where it is looking for this "Applicaiton" it wants to import (i didn't alter the downloaded SDK in any way, I just unzipped, renamed and copied to the right folder)

Maybe you have an idea what i could try to solve this :) Thanks in advance



Full Error message:
Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
import naoqi
File "C:\Python27\Lib\site-packages\pynaoqi\lib\naoqi.py", line 9, in <module>
import qi
File "C:\Python27\Lib\site-packages\pynaoqi\lib\qi\__init__.py", line 89, in <module>
from _qi import Application as _Application
ImportError: DLL load failed: %1 ist keine zulässige Win32-Anwendung.

verena