fixed supervisor clock not starting

This commit is contained in:
Mikayla Fischler
2022-05-26 17:49:53 -04:00
parent 78ddd4d782
commit 214f2d9028
3 changed files with 7 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ local svsessions = require("supervisor.session.svsessions")
local config = require("supervisor.config")
local supervisor = require("supervisor.supervisor")
local SUPERVISOR_VERSION = "alpha-v0.3.10"
local SUPERVISOR_VERSION = "alpha-v0.4.0"
local print = util.print
local println = util.println
@@ -44,6 +44,9 @@ local superv_comms = supervisor.comms(SUPERVISOR_VERSION, config.NUM_REACTORS, m
local MAIN_CLOCK = 0.15
local loop_clock = util.new_clock(MAIN_CLOCK)
-- start clock
loop_clock.start()
-- event loop
while true do
---@diagnostic disable-next-line: undefined-field