APM(Robot) Towards a platform for meta-reasoning in robotic - - PowerPoint PPT Presentation

apm robot
SMART_READER_LITE
LIVE PREVIEW

APM(Robot) Towards a platform for meta-reasoning in robotic - - PowerPoint PPT Presentation

APM(Robot) Towards a platform for meta-reasoning in robotic applications Cdric Dinont, Franois Gaillard and Michal Soulignac Computer Science Department ISEN Lille 1/22 APM(Robot): Towards a platform for meta-reasoning in robotic


slide-1
SLIDE 1

APM(Robot)

Towards a platform for meta-reasoning in robotic applications

Cédric Dinont, François Gaillard and Michaël Soulignac Computer Science Department ISEN Lille

1/22

slide-2
SLIDE 2

APM(Robot): Towards a platform for meta-reasoning in robotic applications

Introduction:

  • We want to integrate several technics in robotics
  • We need a middleware between robots
  • We want to manage the operations in the robots
  • We need knowledge about these operations

→ We need Meta-Reasoning on robots modules (Pitrat 90) → One program with different behaviors depending on the robot configuration

2/22

slide-3
SLIDE 3

APM(Robot): Towards a platform for meta-reasoning in robotic applications

Plan: 1) APM: An Agent Platform for Meta-reasoning 2) APM(Robot): Instance of APM for robotic applications Key Points: An agent oriented platform Abstract communication concepts Abstract memory management concepts Meta reasoning

3/22

slide-4
SLIDE 4

1) An Agent Platform for Meta-reasoning

An agent platform

Why:

  • We need a middleware
  • Reuse of our platform for several applications:
  • Robots
  • ORB
  • Simulation
  • We want to separate behavior and execution

How:

  • We use agent concepts:
  • Communication
  • Memory management

4/22

slide-5
SLIDE 5

1) An Agent Platform for Meta-reasoning

A platform based on abstract communication concepts

Why:

  • Communication for adaptation
  • Communication autonomy for our agents
  • Genericity of information exchanged between agents

How:

  • Contacts information as meta-data on system entities
  • Physical Links
  • Communication manager
  • Communication languages

5/22

slide-6
SLIDE 6

1) An Agent Platform for Meta-reasoning

A platform based on abstract communication concepts

How:

  • Contacts
  • Represents an entity and the different ways to send messages to it
  • Noury Bouraqadi Agent
  • Mail: bouraqadi@ensm-douai.fr
  • Tel: 06xxxxxxxx
  • Physical Links
  • More general than OSI physical and data link layers
  • Ex: IP, Socket, bus I2C, Bluetooth,

Mail, HTTP

  • Duality between synchronous and asynchronous communication:
  • Synchronous: Telephone
  • Asynchronous: Mail

6/22

slide-7
SLIDE 7

1) An Agent Platform for Meta-reasoning

A platform based on abstract communication concepts

How:

  • Communication manager
  • Outbox
  • Automatic selection of physical links
  • Sending strategies
  • Inbox
  • Messages storage
  • Dispatcher module

7/22

slide-8
SLIDE 8

1) An Agent Platform for Meta-reasoning

A platform based on abstract communication concepts

How:

  • Communication languages based on: (Ferdinand de Saussure 1916)
  • Messages:
  • Signifiant (the object)
  • Signifier (the way to represent it)
  • Marshallers:
  • Implement different ways to serialize/deserialize

a message on a physical link

  • Can be chained

8/22

slide-9
SLIDE 9

1) An Agent Platform for Meta-reasoning

A platform based on abstract memory management concepts

Why:

  • A proactive use of knowledge
  • Independence of information and their usage

9/22

slide-10
SLIDE 10

1) An Agent Platform for Meta-reasoning

A platform based on abstract memory management concepts

How:

  • Data history
  • Timed tagged data
  • Attached meta-data
  • Policy to delete outdated values

10/22

(t2,val2) (t1,val1) (t0,val0)

Robot angle Angle in degrees

slide-11
SLIDE 11

1) An Agent Platform for Meta-reasoning

A platform based on abstract memory management concepts

How:

  • Data store
  • An “intelligent module” that manages data histories
  • Producer/Consumer and event based models
  • Events on data or types of data

value added, value deleted, meta-data added, meta-data deleted

  • Data processing modules
  • Data flow generated by events
  • Modules can manage data flows (Meta Modules)

11/22

slide-12
SLIDE 12

1) An Agent Platform for Meta-reasoning

12/22 (t0,val0) Robot angle Angle in degrees Robot Odometry Conversion Degrees to Radians Planification Data flow manager (t0,val0) Robot angle Angle in radians (t0,val0) Robot path Spline Data Store

slide-13
SLIDE 13

1) An Agent Platform for Meta-reasoning

Abstract meta-reasoning capabilities

Why:

  • An entity aware of its knowledge and its skills
  • An entity able to modify its functions

How:

  • Meta-data on modules
  • Meta-data on information → Data histories

13/22

slide-14
SLIDE 14

1) An Agent Platform for Meta-reasoning

Summary:

  • APM provides abstract concepts for:
  • Communication
  • Memory management
  • Meta-data and meta-reasoning
  • APM is not a complete platform!
  • APM is an abstract platform for the design of concrete platforms
  • APM helps to create interoperability modules between platforms

14/22

slide-15
SLIDE 15

APM(Robot): Towards a platform for meta-reasoning in robotic applications

Plan: 1) APM: An Agent Platform for Meta-reasoning 2) APM(Robot): An APM instance for robotic applications Key Points: Why meta-reasoning in robotic applications? Agent vs Object Oriented Platform Basic modules: Sensors manager, Localization, Planning Environment representation

15/22

slide-16
SLIDE 16

2) APM(Robot): An APM instance for robotic applications Why meta-reasoning in robotic applications ?

We want to solve this kind of problem

  • Limited perception radius
  • Limited motion abilities

We want to reason on

  • Sensors
  • The way to plan motion

16/22 V1 V2 V? Overtaking problem

slide-17
SLIDE 17

2) APM(Robot): An APM instance for robotic applications

Agent vs Object Oriented Platform

  • Object oriented platform: genericity for execution

→ we mask robot operations

  • Agent oriented platform: genericity for robot operations management

→ we want to know how the robot works Existing platforms:

  • Player Stage: genericity on control and sensors
  • Urbi: parallel control of sensors/controllers
  • Robot Operating System: Meta on operating system, hardware

abstraction and distributed execution of familiar modules in robotics

17/22

slide-18
SLIDE 18

2) APM(Robot): An APM instance for robotic applications

Agent vs Object Oriented Platform

→ A robot application should: discover its own software modules discover its own hardware weave its behavior thanks to these modules

18/22

slide-19
SLIDE 19

2) APM(Robot): An APM instance for robotic applications

Sensors manager

  • Description of each sensor connected to the robot
  • Generated data put into data store with attached meta-data
  • Events on these data for attached modules

19/22

Localization

  • Two main approaches:
  • Chained data fusion
  • Integrated data fusion (Kalman,Particles) → more Efficient
  • Adaptation of sensors operations

in order to improve efficiency of localization

slide-20
SLIDE 20

2) APM(Robot): An APM instance for robotic applications

Planning

Why:

  • Complexity of interactions between planning levels:

Goal Planning, Path Planning, Motion planning

  • Heterogeneous technics and problem representations
  • We want a robot able to adapt its planning strategies to the situation

How:

  • Meta-reasoning on:
  • Inputs, outputs and inner parameters of planning algorithms

Ex: Discrete/Continuous data shared between path and motion planning Meaning of a point in a discrete path as an input for motion planning?

20/22

slide-21
SLIDE 21

2) APM(Robot): An APM instance for robotic applications

Abstract concepts for environment representation

Why:

  • Several representations for each modules
  • No generic representation adapted for each needs
  • Adaptation to simulation or real execution

How:

  • Several models of the environment
  • Continuous, discrete,...
  • Several views for the same entity
  • Geometrical shape, picture, ...
  • Versatile layer-based GUI
  • Incoherent representations are supported

21/22

slide-22
SLIDE 22

APM(Robot) : Towards a platform for meta-reasoning in robotic applications

22/22

Perspectives:

  • First meta-reasoning:
  • Getting unknown information on the environment...
  • … to improve robot motion planning

Conclusion

  • APM provides abstract agent concepts for meta-reasoning:
  • Communication and Memory management
  • APM(Robot) instantiates APM concepts in robotics context
  • APM(Robot) can be used for:
  • Design, simulation and analysis of robotic algorithms
  • Execution on real robots