You should add the following line to the $PWD/.git/info/exclude:
*/build-local/
in order not to commit the build files.
You must follow the instructions here, after registering your NAO in the Aldebaran's website in order to get full access to the content.
To build a node go inside its folder and execute
qibuild configure -c local
qibuild make -c local
To execute it remotely (from your PC) on NAO just run
./build-local/sdk/bin/NODE_NAME --pip IP_ADDRESS
For the learn_face_node and the CERTH's NAO the command above is
./build-local/sdk/bin/learn_face_node --pip 169.254.40.81
NAO just says "Hello world"
Showcases the use of events. NAO speaks when the three tactils or the feet bumpers are pressed.
Controlling NAO's posture with vocal commands. The available commands are:
- up : NAO obtains the Stand posture
- sit : NAO obtains the Sit posture
- crouch : NAO obtains the Crouch posture
- exit : Unsubscribes from all the events
Outputs the X,Y angles of the NAO's posture in the console.
Posture by command and face tracking. Available commands:
- up : NAO obtains the Stand posture
- sit : NAO obtains the Sit posture
- crouch : NAO obtains the Crouch posture
- face : Begins the face tracking (head movement towards the center of the face perceived)
- quit : Unsubscribes from all the events
Implements the procedure of learning a face. Available commands:
- face : Begins the face tracking (head movement towards the center of the face perceived)
- learn : Tries to learn the face in front of it. It waits for the name of this face as console input.
- quit : Unsubscribes from all the events