Hello World 1 - using Choregraphe

Audience

Level All beginners Time 5 min
OS Linux - Windows - Mac Preparation 15 min

Preparation time is given for the case you have to install tools prior the tutorial.

Before starting

Let’s do it

Step Action
Start Choregraphe.

Click the Connect to button and connect Choregraphe to your robot.

../_images/helloworld_cho_00.png

For further details, see How to connect your NAO.

Your robot appears in the Robot view.

Drag the Say box on the grey area.

../_images/helloworld_cho_02.png

Create a link as below.

../_images/helloworld_cho_03.png

Click the Play button.

../_images/helloworld_cho_04.png

Result

Your robot says “Hello”. In the meantime, the Robot view displays the message.

../_images/helloworld_cho_05.png

How it works

  • The Connect to button allows you to define on which robot you will send your program.
  • Dragging and dropping a box creates a ready-to-use copy of a predefined program.
  • The Play buttons has a 2-in-1 function: it uploads the program on the robot and starts its execution.
  • The execution automatically starts the box linked to the onStart input.

What you have learned

In Choregraphe, ready-to-use boxes allow you to create and play behaviors without writing a single line of code.

To go further

While you are there, take the opportunity to discover Choregraphe more in details, trying to make your robot walk, for example. See: Your first steps in Choregraphe.

Next step

What about creating your first script?
Try to create a Python script using Choregraphe editor: Hello World 2 - using Python in Choregraphe.