Fix/robot unit streaming
Compare changes
- armar-user authored
@@ -389,6 +389,8 @@ namespace armarx::RobotUnitModule
@@ -879,8 +881,6 @@ namespace armarx::RobotUnitModule
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.