NAO robot remote audio problems

here’s a “small” sample # -*- coding: utf-8 -*- ########################################################### # Retrieve robot audio buffer # Syntaxe: # python scriptname –pip <ip> –pport <port> # # –pip <ip>: specify the ip of your robot (without specification it will use the NAO_IP defined some line below # # Author: Alexandre Mazel ########################################################### NAO_IP = “10.0.252.126” # … Read more