Fix/robot unit streaming
Compare changes
described in https://git.h2t.iar.kit.edu/orga/software-organization/-/issues/258
Changes:
RTLogging_LogAllMessages=false
to only log newest message with the defined rate of the logging thread (usually 50-100Hz). If the computation takes too long, then the queue will be filled and the data in the RobotStateMemory will be outdated (sometimes even ~1 second!). By default, RTLogging_LogAllMessages
such that this change is opt-in.