Skip to content
Snippets Groups Projects

robot state memory update

Merged Fabian Reister requested to merge feature/armem-robot-state-memory-update into armem/dev
3 files
+ 3
3
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -31,7 +31,7 @@ namespace armarx::armem::server::robot_state::description
std::mutex& memoryMutex) :
iceMemory(memoryToIceAdapter), memoryMutex(memoryMutex)
{
Logging::setTag("ArticulatedObjectInstanceSegment");
Logging::setTag("DescriptionSegment");
}
Segment::~Segment() = default;
Loading