Skip to content
Snippets Groups Projects

Add Names to Locations

Merged Rainer Kartmann requested to merge names into master
2 files
+ 4
4
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -13,9 +13,7 @@ namespace armarx::armem::vision::occupancy_grid::client
const std::string& providerName,
const std::int64_t& timestamp)
{
static std::mutex mutex;
std::lock_guard g{mutex};
std::lock_guard g{writeMutex};
const auto result = memoryWriter().addSegment(properties().coreSegmentName, providerName);
Loading