iml130 / sola

A decentralized communication middleware
https://iml130.github.io/sola/
Other
8 stars 5 forks source link

Use topics to distribute MF updates from AMR logical agent #184

Open janagoe opened 7 months ago

janagoe commented 7 months ago

If the PubSub implementation becomes more stable, we could use topics to publish the MF updates from the AMR logical agent to the MF (and other interested agents). We are using Unicast messages for these updates. This avoids tight coupling between the MF and AMR logical node and republishing the state from the MF to other interested agents.