The Project allows you to save on your computer, in one folder, all the files and content necessary to create an Application:
The File menu allows you to:
The Project content panel allows you to:
You can also modify the the content of the Project using your favorite file management tools.
For example, to import a Dialog topic from a Project to another:
Step | Action |
---|---|
Copy/Paste the folder containing the Dialog topic from one Project folder to another. | |
Coming back to Choregraphe, accept the imported files. |
Extension | Usage |
---|---|
.pml | Storage format A unique file with PML extension located at the root folder of your project references all the Project files and contents. |
.pkg | Publication format The Package is a binary format used to publish an Application on the Aldebaran Store. For further details, see: Building an Application Package. |
.crg | Exchange Format The CRG file format stores the project in a single compressed file. The project CRG format is an easy way to archive a project and / or deliver it to someone else. |
To import a Project created with a former version of Choregraphe:
Step | Action |
---|---|
Choose File > Import project from CRG file... |
|
Browse to select the file to import. | |
Optionally, modify the Project name and/or its path. | |
Click the OK button. |
Step | Action |
---|---|
Choose File > Import project from former project directory... |
|
Browse to select the file to import. | |
Optionally, modify the Project name and/or its path. | |
Click the OK button. |
Once imported, your 1.14 Project needs to take advantage of the new features:
Track deprecated APIs:
The main evolution impacted ALMotion: “walk” becomes “move” in order to support all the Aldebaran robots.
To see the whole list of deprecated methods and events, see:
NAOqi API & SDks - 2.0.6 Release note.
Tip: CTRL+F on the page allows you to search for ‘deprecated’ key word, so you can focus on the cleaning before discovering all the new features.
See the full list of boxes to upgrade in the Choregraphe Release Note: Improved boxes.
Note that the Project has now properties allowing you to edit directly the manifest of your Application.
Pay attention to the unique Application ID, automatically generated by Choregraphe. If needed, this Application ID can be changed.
For further details, see: Project Properties.
Most of the dances created with version 1.14.5 still run on NAO V4 and even on V5.
But, as the masses slightly evolved, balance breakpoints has also changed.
So for example, if your NAO stands on one foot, or strikes a pose at the limit of its possibilities (in terms of balance), then a NAO V5 may fall.
Step | Action |
---|---|
Make sure you have cut/replaced all the deprecated boxes listed here: Improved boxes. | |
Test your Timelines using NAO V5 Simulated robots. | |
If your animation fails on V5, you can:
|