Aldebaran Software 2.1.0.18 documentation

Home | NAO | Romeo | Pepper | Site map | Search | Index
« previous | up | next »

Menus, Panels and Toolbar in a glance¶

Main window¶

At startup, the following interface is displayed.

../../_images/chore_main.png

This interface contains a Menu Bar, a Toolbar and several Panels.

Panels¶

By default, the following panels are displayed:

../../_images/chore_interface.png
Part Name Part Name
A Project content panel D
Pose library panel and
Video monitor panel
B Box libraries panel E
Robot view and
Robot applications panel
C Flow diagram Panel

You can find more advanced panels in the View menu:

../../_images/chore_interface_advanced.png
Part Name Part Name
A Script editor panel C Dialog panel
B
Resource viewer panel,
Memory watcher panel
and Log viewer
D Undo stack panel

To create and save your own layout, see: Choregraphe layout.

Menu Bar¶

File menu
This menu enables you to create, open and save a Project; add new content to the current Project, modify its Project Properties; export the current Project as a CRG file or build it to an Application. Finally, you can exit the application through this menu.
Edit menu
This menu enables you to undo and redo last actions made in the diagram. You can also access to the preferences of the application through this menu. For further details, see the Choregraphe Preferences.
Connection menu

This menu enables you to connect to and disconnect from your Aldebaran robot. For further details, see the Connection widget.

Once you are connected to your Aldebaran robot, you can also:

  • play and stop the opened behavior.
  • display or hide the Log viewer when an error occurs in the behavior.
  • transfer files between your computer and your Aldebaran robot. For further details, see the Downloading and uploading file on NAO.
  • update NAO’s system (in Connection > Advanced) with a new version of its software. For further details, see the Updating NAO system.
View menu
This menu enables you to manage the displayed panels. You can select the ones you want to hide or display, you can then save and load named workspace Layouts or reset your workspace layout to default. For further details, see the Choregraphe layout.
Help menu
This menu enables you to see the statistics of the current behavior (number of boxes, number of lines, etc) and to access to the general documentation, the documentation about Choregraphe and the API reference. You can also get some information about the version of Choregraphe you are currently using through this menu.

Toolbar¶

../../_images/chore_full_toolbar.png

These buttons are shortcuts to actions you will often need while creating behaviors. Note that keyboard shortcuts are also available.

Button(s) Function
../../_images/chore_bluebuttons.png Create a New project, Open or Save a Project.
../../_images/undo_redo_buttons.png Undo and Redo last actions made in the diagram.
../../_images/chore_connect_buttons.png ../../_images/connect-to_button_try.png

Connect, Disconnect or Try to reconnect your Aldebaran robot.

For more information about the connection, see Connection Management.

../../_images/chore_greenbuttons.png Play or Stop the opened Behavior.
../../_images/chore_yellowbutton.png See the warnings and the errors that can occurs during the execution of your behavior.
../../_images/chore_blue_indicator.png ../../_images/loading_indicator_grey.png ../../_images/loading_indicator_blue.png

Progress bar that indicates the behavior loading when you click on Play.

This indicator can be:

  • Mainly grey: the behavior is not loaded.
  • Moving up and down: the behavior is loading.
  • Blue: the behavior is loaded.
../../_images/volume_button.png Enables you to set the volume of NAO’s speakers.
../../_images/animation_mode_button_green.png ../../_images/animation_mode_button_orange.png ../../_images/animation_mode_button_red.png

Activate / deactivate the Animation mode which enables you to easily manipulate your Aldebaran robot and store its position.

For more information, see Getting started with the Animation Mode.

This button can be:

  • Green: the Animation mode is deactivated.
  • Orange: intermediate state where the animation mode is either loading or unloading.
  • Red: the animation mode is activated.
../../_images/chore_life_button.png ../../_images/chore_life_button_on.png

Turns on and off the Autonomous Life on the robot. For further details, see: ALAutonomousLife.

If you play a Behavior while the Autonomous Life is turned on, Choregraphe plays it using ALAutonomousLifeProxy::switchFocus().

../../_images/chore_rest_button.png

Rest button. Sets the Stiffness off.

If your Aldebaran robot is standing, before setting the Stiffness off, he goes to the Crouch posture.

../../_images/chore_wakeup_button.png

Wake Up button. Sets the Stiffness on.

Additionally, if your Aldebaran robot is crouched, he also goes to the StandInit posture.

Warning

Do not touch your Aldebaran robot during a wake up; or the Active diagnosis may return false positive results.

../../_images/battery_level_green.png ../../_images/battery_level_orange.png ../../_images/battery_level_red.png

Indicate the level of NAO’s battery.

This indicator can be:

  • Green: the level of the battery is almost at its maximum.
  • Orange: the level of the battery is medium.
  • Red: the level of the battery is very low and your Aldebaran robot is going to shutdown in few minutes if you do not plug it in.
« What is Choregraphe | Choregraphe User Guide | Choregraphe Tutorials »

Quick search

Enter search terms or a module, class or function name.

Table Of Contents

  • Site map
  • What’s new
  • NAO Documentation
  • Romeo Documentation
  • Pepper Documentation
  • NAOqi Developer guide
    • Getting Started
    • Programming
      • Choregraphe User Guide
        • What is Choregraphe
        • Menus, Panels and Toolbar in a glance
        • Choregraphe Tutorials
        • Main panels
        • Advanced panels
        • Connecting Choregraphe / your robot
        • Main objects
        • Mastering movements
        • Mastering script creation
        • Customizing Choregraphe
        • Debugging
        • Troubleshooting
        • Monitor
      • Python SDK
      • Working with NAOqi
      • C++ SDK
      • Simulators
      • QiMessaging JavaScript
      • QiMessaging Java bindings
    • NAOqi Framework
    • Managing my robot
  • Glossary
  • Legal notices

On this page

  • Menus, Panels and Toolbar in a glance
    • Main window
    • Panels
    • Menu Bar
    • Toolbar
« previous | up | next »