Skip to content
Snippets Groups Projects

Draft: Make RobotStateMemory ready

Merged Rainer Kartmann requested to merge armem/robot-state-memory into master
2 files
+ 4
6
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -122,7 +122,7 @@ namespace armarx
using namespace armarx::RemoteGui::Client;
{
std::scoped_lock lock(workingMemoryMutex);
// Core segments are locked by MemoryRemoteGui.
tab.memoryGroup = armem::server::MemoryRemoteGui().makeGroupBox(workingMemory);
}
Loading