morse-simulator / morse

The Modular OpenRobots Simulation Engine
http://morse-simulator.github.io/
Other
356 stars 155 forks source link

Towards a discrete event system #387

Open adegroote opened 11 years ago

adegroote commented 11 years ago

What is our needs ?

- pymorse level
    - allow a way to retrieve all kind of events
    - high-level interface to describe event -> reaction (see slide) 

-service level
    - load meshes + primitives - details needed from the simulation ? 

- builder level
    - separate dynamic controller from the builder script ?

 - component level:
    - add_event() to register new events from a component 

See also http://en.wikipedia.org/wiki/Discrete_event_simulation

severin-lemaignan commented 10 years ago

Pull-request #462 added support for zones in MORSE (but no events yet when entering/leaving a zone)