Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Sirius/Tutorials/Mindstorms"

(Mindstorms Robot Tutorial)
(Mindstorms Robot Tutorial)
Line 1: Line 1:
 
=Mindstorms Robot Tutorial=
 
=Mindstorms Robot Tutorial=
 +
==Overview==
  
 
This tutorial explains how to use Eclipse Sirius to create a graphical modeling tool for a Mindstorms Robot.
 
This tutorial explains how to use Eclipse Sirius to create a graphical modeling tool for a Mindstorms Robot.
  
[[File:Mindstorms.png]]
+
[[File:Mindstorms.png|800px]]
  
  
 
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.
 
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.
  
[[File:MindstormsTool.png]]
+
[[File:MindstormsTool.png|800px]]
  
  
Line 15: Line 16:
 
[[File:Mindstorms-video1.png]]
 
[[File:Mindstorms-video1.png]]
  
 
+
==Tutorial parts==
 
The tutorial is composed of four parts:
 
The tutorial is composed of four parts:
  

Revision as of 07:54, 13 September 2018

Mindstorms Robot Tutorial

Overview

This tutorial explains how to use Eclipse Sirius to create a graphical modeling tool for a Mindstorms Robot.

Mindstorms.png


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.

MindstormsTool.png


The principles of this tutorial are explained in this short video (3'02)

Mindstorms-video1.png

Tutorial parts

The tutorial is composed of four parts:

Back to the top