Skip to content
Snippets Groups Projects
Commit a822ce0b authored by Fabian Reister's avatar Fabian Reister
Browse files

unified initial property values

parent 5e65ddef
No related branches found
No related tags found
2 merge requests!157armem/dev => master,!146Feature/armem virtual robot: Replacement for RobotStateComponent
......@@ -64,7 +64,7 @@ namespace armarx::armem::robot_state
struct Properties
{
std::string memoryName = "RobotState";
std::string memoryName = "RobotStateMemory";
std::string descriptionCoreSegment = "Description";
std::string localizationCoreSegment = "Localization";
std::string proprioceptionCoreSegment = "Proprioception";
......
......@@ -71,7 +71,7 @@ namespace armarx::armem::client::robot_state::localization
} properties;
const std::string propertyPrefix = "mem.localization.";
const std::string propertyPrefix = "mem.robot_state.";
armem::ClientReaderComponentPluginUser& memoryClient;
......
......@@ -74,7 +74,7 @@ namespace armarx::armem::client::robot_state::localization
std::string localizationSegment = "Localization";
} properties;
const std::string propertyPrefix = "mem.localization.";
const std::string propertyPrefix = "mem.robot_state.";
armem::ClientWriterComponentPluginUser& memoryClient;
};
......
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