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
2 merge requests!170ArMem Viewer: Resolve Memory IDs,!164Feature/armem robot vision (previously armem_robot_mapping)
...@@ -66,7 +66,7 @@ namespace armarx::armem::client::robot_state::localization ...@@ -66,7 +66,7 @@ namespace armarx::armem::client::robot_state::localization
// Properties // Properties
struct Properties struct Properties
{ {
std::string memoryName = "RobotStateMemory"; std::string memoryName = "RobotState";
std::string localizationSegment = "Localization"; std::string localizationSegment = "Localization";
} properties; } properties;
......
...@@ -69,7 +69,7 @@ namespace armarx::armem::client::robot_state::localization ...@@ -69,7 +69,7 @@ namespace armarx::armem::client::robot_state::localization
// Properties // Properties
struct Properties struct Properties
{ {
std::string memoryName = "RobotStateMemory"; std::string memoryName = "RobotState";
std::string localizationSegment = "Localization"; std::string localizationSegment = "Localization";
} properties; } 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