nao-robot

Is there a way to change the name of the robot NAO v6?


I did a factory reset on the NAO v6 robot, because I wanted to change its name, but unfortunately I could not because I did not find any option, is there any way to change its name, or is the name a standard robot?


Solution

  • There is an API for that: ALSystem.setRobotName. After setting the robot name, you need to reboot the robot if you want Choregraphe find it by its name.

    That means that you can connect to the robot using SSH, and type:

    qicli call ALSystem.setRobotName "My robot's name"
    sudo reboot