Skip to content
Snippets Groups Projects
Commit 5b77386b authored by Mirko Wächter's avatar Mirko Wächter
Browse files

removed unused variable

parent 4edaa536
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -214,7 +214,6 @@ namespace armarx
VirtualRobot::RobotNodeFactoryPtr fixedNodeFactory = VirtualRobot::RobotNodeFactory::fromName(VirtualRobot::RobotNodeFixedFactory::getName(), NULL);
VirtualRobot::RobotNodeFactoryPtr prismaticNodeFactory = VirtualRobot::RobotNodeFactory::fromName(VirtualRobot::RobotNodePrismaticFactory::getName(), NULL);
Eigen::Matrix4f idMatrix = Eigen::Matrix4f::Identity();
Eigen::Vector3f idVec3 = Eigen::Vector3f::Zero();
std::string name = remoteNode->getName();
......
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