News/2008-03-09 - Added new event scheduler RealTime
The new event scheduler "RealTime" can be used to delay the execution of events to happen in real time. To choose the new scheduler instead of the normal event scheduler you add the following lines to the configuration:
... import openwns.eventscheduler ... # replace normal event scheduler by real time event scheduler sim.environment.eventScheduler = openwns.eventscheduler.RealTime()
See also examples/MM1realtime.py.