Modulo components allow to easily add signals by doing something like
self.add_output("output_name", "attribute_name", ...)
self.add_input("input_name", "attribute_name", ...)
the attributes will be automatically published on step / updated upon subscription callback. There should be a check that this attribute has been initialized correctly
Modulo components allow to easily add signals by doing something like
the attributes will be automatically published on step / updated upon subscription callback. There should be a check that this attribute has been initialized correctly