Python coding for Aldebaran NAO robot
-
Would it be possible to use Pythonista to code in Python for the Aldebaran NAO Evolution robot?
Connecting with it via wifi and therefore controlling it? (next step would be to control it via an Apple Watch...)Here's the link to Aldebaran documentation about using Python with the robot:
http://doc.aldebaran.com/1-14/dev/python/index.htmlThanks in advance!
-
looks like the python sdk uses c++, at least in places. you would have to install it to see.
it may be possible to run on your computer, and have pythonista talk to the pc, which talks to the bot...