service.py - self.current_step bug
Hi Flatland team!
I want to report a bug in sevice.py. It seems that you don't update the self.current_step
parameter anywhere. Thus, it is always equal to zero and when the timeout exception is raised (line 265), system makes following log:
Exception: Timeout in step 0 of simulation X
- but that can occur not only in the first step.
Thanks for fixing that!