Closed pavloblindnology closed 3 years ago
@pavloblindnology
Hi, sorry for replying late. You can define your custom serializer
and deserializer
, and configure it as rosparam.
I'll close this issue, but if you have another opinion, please reopen it.
@ledmonster Ok. But I consider developing custom (de)serializer a quite more heavier work than just updating the bridges. In this case I prefer to duplicate existing bridges with extended functionality.
Hi, It's quite a generic option to add some meta info to each message, like timestamp, uuid, etc. Can be used for logging, latency measurements, etc. I'm considering adding such functionality and contributing it. What is the preferred way to do this?
payload
field and add timestamp & uuid fields to MQTT messageheader
field, and vice verse for incoming messagesThanks