for a Well-fitted Model Driven Control Architecture for Robots Eric - - PowerPoint PPT Presentation

for a well fitted model driven
SMART_READER_LITE
LIVE PREVIEW

for a Well-fitted Model Driven Control Architecture for Robots Eric - - PowerPoint PPT Presentation

Robotic Engineers Specifications for a Well-fitted Model Driven Control Architecture for Robots Eric Molin, Nicolas Morette, Cyril Novales, and Pierre Vieyres PRISME Laboratory Orlans University / Bourges SIMPAR 2014, Bergamo


slide-1
SLIDE 1

SIMPAR 2014, Bergamo

Robotic Engineer’s Specifications for a Well-fitted Model Driven Control Architecture for Robots Orléans University / Bourges

Eric Moliné, Nicolas Morette, Cyril Novales, and Pierre Vieyres

PRISME Laboratory

slide-2
SLIDE 2

SIMPAR 2014, Bergamo

Robotic Applications are more and more complex: robotician must implement and manage (master) different controls / perceptions / plannings / behaviors …  Separate and Coordinate the Roles

Robotician Problem

Need and Use different innovated Tools new formalisms to master… No choice to perform robotic applications the job is changing base innovation on robotician’s knowledge / knowhow

  • ur dream: a so powerful and simplistic tool than Grafcet for PLC…
slide-3
SLIDE 3

SIMPAR 2014, Bergamo

anr-proteus.fr

13 partners

Scenario Problem Algorithms C, C++, Matlab Solution Ros bus PC linux Robots Web

Robotic Portal

Proteus project (2009-2013) RobotML platform/SDK

(Papyrus – EMF)

slide-4
SLIDE 4

SIMPAR 2014, Bergamo

Informal Architecture

slide-5
SLIDE 5

SIMPAR 2014, Bergamo

Informal Architecture Formal Model

slide-6
SLIDE 6

SIMPAR 2014, Bergamo

Separate Roles : Architect-Designer & Programmer-Expert Programmer-Expert : Middleware + OS Architect-Designer : DSL / Framework

Roles & Tools

 High Complexity for a robotician Software Engineering tools Various Middlewares  wich ?  ros Various Frameworks

slide-7
SLIDE 7

SIMPAR 2014, Bergamo

We propose some Specifications from classical Roboticians to Software Designers to integrate their knowhow in a framework

Some Specifications

Robot

Software model engineers

Robotic designers

Meta Model

Do not master

Design

Can provide concepts, principles, tools to model robotic software architectures

Robotics Model

Define

Robotic experts

Software Architecture

Model to Code Transformation

Adapted to a specific target (robot, middleware and operating system)

Code and implement algorithms

issues How to express needs in terms of characteristics for the robotic model ?

Model to Model Transformation

  • r

Simulator ROBOTICIANS

slide-8
SLIDE 8

SIMPAR 2014, Bergamo

Component

Roboticians get used to manipulate “components” Input ports and out ports to interconnect them  Component based framework

COMPONENT

 Data flow Assumption: All components run in parallel Components have time to process all data Users know it is false, and must manage time of exchange and process  Some tools to help in this management

slide-9
SLIDE 9

SIMPAR 2014, Bergamo

ALGO

INPUT MANAGEMENT UNIT COMPONENT CORE UNIT

O M U

Separations inside the Component

3 parts for each components Component Core Unit: the algorithm code  Reuse possibility Input Management Unit: the input ports  data consumption policy & trigger Output Management Unit: the output ports  data production policy

slide-10
SLIDE 10

SIMPAR 2014, Bergamo

Input Management Unit data consumption

Buffer in each input port (in the component) FIFO, LIFO and CYFO buffers  data consumption policy for each component

FIFO 9

CYFO

5 LIFO Clr

 Choose the sampling stragegie + Clear older values option How to consume input data

slide-11
SLIDE 11

SIMPAR 2014, Bergamo

Input Management Unit Trigger

Separate from the Data Consumption Policy  Selection of the trigger

CYCLE OPERATOR LAG OPERATOR ADD OPERATOR OR OPERATOR ASYNCHRONOUS OPERATOR

How to trigg the core (algorithm)

SYNCHRONOUS OPERATOR (n trigger effect)

IMU

Lag(50, Input 2)

4 LIFO

CYFO

TRIGGER

IMU

Cycle (100)

10 FIFO

Input 1 TRIGGER

slide-12
SLIDE 12

SIMPAR 2014, Bergamo

ALGORITHM

IMU CCU

Input 2 x Input3

D A T A P A R S E R

4 LIFO

CYFO 5 FIFO

Output 1 Output 2

D A T A P A R S E R

Input 1 Input 2 Input 3

OMU

TRIGGER

The entire Component

The Component Core Unit: only process inputs and delivers output.  Reuse A Parser fits the data in the good format for the CCU. The Output Management Unit: only fits data in the good format

The Component Core Unit: do not manage its own trigg do not manage the consumption policy do not manage the data format

slide-13
SLIDE 13

SIMPAR 2014, Bergamo

The Data

Time Stamped  XML format Not only a (set of) binary value Add informations/fields: . who produce it (and when) . The unit(s) . Its name . Its type/format . Its identifier …

slide-14
SLIDE 14

SIMPAR 2014, Bergamo

The Data Flow

No necessary links between an output port and an input port  As Network (udp)  No subscriver / producer paradigm A producer component produce a data and broadcast it A subscriver component read only its identified data on the fly  Use network substract

slide-15
SLIDE 15

SIMPAR 2014, Bergamo

Pro / Cons

IMU and OMU formalism allows to exchange “easily” a component  No algo change (same CCU)  Only add rules on the parsers . etheir on the OMU Parser of the New component . etheir on the IMU Parser of the other(s) component(s) Trigger & consumption policy are clearly separated  Architect-designer can (pre-)manage time issues XML format of data  IMU and OMU can adapt to a new data type XML format of data flow  time/weight of transmition Broadcast output data  Catch data on the fly

slide-16
SLIDE 16

SIMPAR 2014, Bergamo

Conclusion and future works

We propose to the architect-designer _ but also to the programmer-Expert _ To manage the time of theirs robotics application, with the same tool, with already known concepts. Validate it thru a strong link with SD researchers This formalism must integrate ‘big’ shared data (like maps)

slide-17
SLIDE 17

SIMPAR 2014, Bergamo

Thank You

slide-18
SLIDE 18

SIMPAR 2014, Bergamo

slide-19
SLIDE 19

SIMPAR 2014, Bergamo

Robotician

Hardware Software

Simulator Robot

Development Expecting Behavior (?) Mission / Scenario

Plan / Architecture

Design a robotic application