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

default: RobotState (previously: RobotStateMemory)

parent f77b8a9c
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,7 @@ namespace armarx::armem::client::robot_state::localization
// Properties
struct Properties
{
std::string memoryName = "RobotStateMemory";
std::string memoryName = "RobotState";
std::string localizationSegment = "Localization";
} properties;
......
......@@ -69,7 +69,7 @@ namespace armarx::armem::client::robot_state::localization
// Properties
struct Properties
{
std::string memoryName = "RobotStateMemory";
std::string memoryName = "RobotState";
std::string localizationSegment = "Localization";
} properties;
......
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