Robot App™ Description
Everytime we want the NAO robot to sit down, we need to send the Sit-Down command.
However, there is no such command.
The sit down is actually a set of commands that make the robot performing the sit down movement.
If you develop a robot-app that controls NAO from C# code, you would probably find this C# code useful.
According to NAO's position (sit, back, belly...) the code uses NAOQI.NET to send the robot the correct commands to its engines to make him sit.
This code contains a win forms program that executes the sit down code for your convenience, you can extract the sit-down function and include it in your project without using win-forms.