Skip to content
Snippets Groups Projects

Fix/robot unit streaming

Merged Fabian Reister requested to merge fix/robot-unit-streaming into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -389,6 +389,8 @@ namespace armarx::RobotUnitModule
DataStreamingEntry& streamingEntry = rtDataStreamingEntry[receiver];
getProperty(streamingEntry.rtStreamMaxClientErrors,
"RTLogging_StreamingDataMaxClientConnectionFailures");
getProperty(logAllEntries, "RTLogging_LogAllMessages");
ARMARX_INFO << "start data streaming to " << receiver->ice_getIdentity().name
<< ". Values: " << config.loggingNames;
@@ -879,8 +881,6 @@ namespace armarx::RobotUnitModule
rtLoggingBacklogRetentionTime =
IceUtil::Time::milliSeconds(getProperty<std::size_t>("RTLogging_KeepIterationsForMs"));
logAllEntries = getProperty<bool>("RTLogging_LogAllMessages");
ARMARX_CHECK_GREATER(getControlThreadTargetPeriod().toMicroSeconds(), 0);
}
Loading