Skip to content
Snippets Groups Projects
Commit 31c4ae2b authored by Rainer Kartmann's avatar Rainer Kartmann
Browse files

Fix memory name constant

parent 8a183ee5
1 merge request!292Resolve "Add Index memory for listing/searching/filtering Spatial and Named entities"
......@@ -26,7 +26,7 @@
namespace armarx::armem
{
const MemoryID index::memoryID { "RobotState" };
const MemoryID index::memoryID { "Index" };
const MemoryID index::namedSegmentID { memoryID.withCoreSegmentName("Named") };
const MemoryID index::spatialSegmentID { memoryID.withCoreSegmentName("Spatial") };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment