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

cleanup

parent c40314b1
No related branches found
No related tags found
No related merge requests found
......@@ -228,7 +228,7 @@ armarx::nav::components::Navigator::stop(const std::string& configId, const Ice:
void
armarx::nav::components::Navigator::stopAll(const Ice::Current&)
{
for (auto& [configId, navigator] : navigators)
for (auto& [_, navigator] : navigators)
{
navigator.stop();
}
......
......@@ -23,12 +23,10 @@
#pragma once
// STD/STL
#include <optional>
#include <string>
#include <vector>
// Eigen
#include <Eigen/Core>
#include <Ice/Object.h>
......
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