1 / 12

AGV Simulation

AGV Simulation. Tutorial Nelis Boucké Alexander Helleboogh. Overview. Introduction Architecture Installation Use Extensions. Simulation is crucial for MAS applications. AGVs (Automated Guided Vehicles) Transport loads in warehouse Complex network of road segments and crossroads

zeki
Download Presentation

AGV Simulation

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. AGV Simulation Tutorial Nelis Boucké Alexander Helleboogh

  2. Overview • Introduction • Architecture • Installation • Use • Extensions

  3. Simulation is crucial for MAS applications • AGVs (Automated Guided Vehicles) • Transport loads in warehouse • Complex network of road segments and crossroads • Advantage of using MAS • Decentralized system behavior • Robust & flexible • In dynamic & unpredictable environments • Test before deployment! • Decentralized systems • No risk of damaging AGVs • Challenge for simulation • Test robustness & flexibility • Dynamic test scenarios needed!

  4. How do we test? Agent software Test Deploy Simulated environment Warehouse environment

  5. Overview • Introduction • Architecture • Installation • Use • Extensions

  6. agentwise. agvsimulation. behaviordemo agentwise. agvsimulation.ui AGV Agent Behavior AGV Simulator GUI Plug-in agentwise. agvsimulation AGV Batch Simulator MAP editor Simulation Runner Eclipse Platform Architecture XML Java VM

  7. AGV batch simulator Deliberation Time Model Interface Interface Interface Simulated Environment

  8. Programming AGV Behavior Interface • Class: • AGVRandomWalkBehavior • Specify your behavior here! • Package agentwise.agvsimulation.behaviordemo • Classes you can use: • AGVBehavior • The complete set of instructions to steer the AGV robot • package agentwise.agvsimulation.agv

  9. sendUnicast @ T=1 driveToStation @ T=1 driveToStation @ T=2 Scenario: decisions of agents A B Influences

  10. Send activity over (1,2) Move activity over (1,5) Move activity over (2,6) Activities Scenario: decisons result in activities A B

  11. B A A A B B Activities interfere! A B Intended outcome Actual outcome

  12. What does this imply? • Specification of AGV programming interface • No post conditions in terms of what will happen • All kinds of catastrophes can happen • Not indicated by exceptions • Only specifies what an agent tries to do • Thinking versus acting • Agents can think and act in parallel • Agent have to wait explicitly while their AGV is driving • waitsecond() • Agents can send messages while their AGV is driving • Agents are not notified of anything • have to rely on polling their sensors

More Related