Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.
Sirius/Tutorials/Mindstorms
Contents
Mindstorms Robot Tutorial
- Authors:
- Sirius version
- This tutorial has been produced with Obeo Designer 11.0 which includes Sirius 6.0.1.
- Questions
- If you need help about this tutorial, please post your question on Sirius forum
Overview
This tutorial explains how to use Eclipse Sirius to create a graphical modeling tool for a Mindstorms Robot.
This tool allows the user to graphically define a set of basic instructions (that we call a Choreography) that the Robot can execute: Go forward, Rotate, Grab an object, Release an object. A choreography can also be composed of other choreographies.
Contents
The tutorial is composed of five parts.
Introduction
In this part, we explain the objectives of the tutorial and some basics about EMF and Sirius concepts.
- Read the detailed script
- Watch the video (3'03)
Domain Model
In this part, we explain how to define the Mindstorms domain model with Ecore Tools.
- Read the detailed script
- Watch the video (12'46)
Visualization Tool
In this part, we explain how to create a diagram to graphically visualize the instructions of a choreography.
- Read the detailed script
- Watch the video (22'02)
Container and Edition Tools
In this video, we explain how to create containers and add navigation and creation tools.
- Read the detailed script
- Watch the video video (18'25)
Properties Views
In this video, we explain how to customize the properties views.
- Read the detailed script
- Watch the video video (16'45)
Resources
Icons and images
- Domain model icons: icons-metamodel.zip
- Diagram images: icons-designer.zip
Services
- File containing the methods declarations: methods.txt.
Sample model
- Mindstorms sample model: sample.zip
Solutions
- Domain Model: solution1.zip
- Visualization Tool: solution2.zip
- Container and edition Tools: solution3.zip
- Properties Views: solution4.zip