Default values inside a message or srv definition
elements in a srv or msg definition are assigned zero values by the default constructor. What about when I wish to assign a non-zero or other special value as the default initialization value to a msg element.
using a construct such as:
int32 x=100
regards x as a constant when the msg headers are generated.
Is what I'm looking for possible at all? Thanks much