licit-lab / symupy

SymuPy: A python API for SymuVia
https://symupy.readthedocs.io/en/stable/
MIT License
4 stars 3 forks source link

Observer pattern not working properly #69

Closed aladinoster closed 2 years ago

aladinoster commented 3 years ago

Description

In short, when executing the assignment over the connector.request.query the dispatch method should update vehicle lists and it is actually not working. The reason is better explained in this question.

Reproduce

In order to reproduce simply launch any simulation and verify at every time step if the vehicle data is updated.

Expected behavior

Vehicle data should be updated once data is assigned into the SimulatorRequest.query attribute

Context

aladinoster commented 3 years ago

This is reviewed in #75