Question

I am doing a project with the robot Nao from Aldebaran. I have to make a simple behavior where Nao play at Connect 4(4 in a row) with someone.

To do that, I had to connect Nao with windows Azure to export the image processing on the cloud, but I don't really know how to make a module for Nao to connect him on Azure.

Était-ce utile?

La solution

The easiest way I could think of would be to create a WCF Web Service hosted in Azure and then you can call it from python using the help at:

How can I consume a WSDL (SOAP) web service in Python?

Autres conseils

I just made a web post on python and azure. http://www.zecloud.fr/post/2012/03/04/Python-et-Azure.aspx I use Python and Azure for my Nao Project, there are some samples in the NaoDevProg website too. I'm ZeCloud on the NaoDevProg so you can contact me there too.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top