As it is quite challenging to maintain semantically correctness in the order of the messages I would like to have them in alphabetical order so that the diff between the types which have similar names (e.g., ServoAngle vs. ServoAngles or State vs. Status) can be more visible and easier to compare them side-by-side.
As it is quite challenging to maintain semantically correctness in the order of the messages I would like to have them in alphabetical order so that the diff between the types which have similar names (e.g.,
ServoAngle
vs.ServoAngles
orState
vs.Status
) can be more visible and easier to compare them side-by-side.