Skip to content
Snippets Groups Projects
Commit bf5b0d82 authored by Your Name's avatar Your Name
Browse files

laserscan memory: no need to know robot name

parent 29844812
No related branches found
No related tags found
1 merge request!266Feature/armem laser scans
......@@ -48,10 +48,10 @@ namespace armarx::armem::server::laser_scans
workingMemory().name() = "LaserScans";
const std::string prefix = "";
commonVisu.defineProperties(defs, prefix + "visu.");
{
const std::string prefix = "";
commonVisu.defineProperties(defs, prefix + "visu.");
}
return defs;
}
......
......@@ -78,9 +78,6 @@ namespace armarx::armem::server::laser_scans
private:
bool addCoreSegmentOnUsage = true;
std::string robotName = "Armar6";
armem::client::plugins::ReaderWriterPlugin<armarx::armem::robot_state::VirtualRobotReader>*
virtualRobotReaderPlugin = nullptr;
......
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