Skip to content
Snippets Groups Projects
Commit c8f32259 authored by Tobias Gröger's avatar Tobias Gröger
Browse files

Revert "Clean up working directory"

This reverts commit 71a79207.
parent bea0c340
No related branches found
No related tags found
1 merge request!327Remove laser scanner features memory
This commit is part of merge request !327. Comments created here will be created in the context of that merge request.
......@@ -116,16 +116,6 @@ namespace armarx::armem::server::robot_state::description
ARMARX_WARNING << "Robot unit '" << robotUnit->ice_getIdentity().name << "' does not have a kinematic unit."
<< "\n Cannot commit robot description.";
}
// FIXME: remove once kinematic unit is available
const robot::RobotDescription robotDescriptionArmar7
{
.name = "Armar7",
.xml = {"armar7_models", "robotmodel/armar7/Armar7.xml"}
};
commitRobotDescription(robotDescriptionArmar7);
}
......
......@@ -53,7 +53,7 @@ namespace armarx::armem::server::robot_state::proprioception
{
this->robotUnit = robotUnitPrx;
std::string providerSegmentName = "Armar7";
std::string providerSegmentName = "Robot";
KinematicUnitInterfacePrx kinematicUnit = robotUnit->getKinematicUnit();
if (kinematicUnit)
......
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