olympus-robotics / hephaestus

Hephaestus is a C++ framework designed to facilitate robotics development by providing commonly needed functionality and abstractions.
MIT License
26 stars 4 forks source link

[IPC] Zenoh Publisher add option to disable type info service #197

Open filippobrizzi opened 3 weeks ago

filippobrizzi commented 3 weeks ago

Right now every time we create a publisher we also create a service that provide the proto schema for the publisher. We want to be able to disable this to improve performance. Disabling this may have consequences on other modules, like bag recorder, we need to check that we do not break them.