Skip to content
Snippets Groups Projects
Commit 8a4baad2 authored by Rainer Kartmann's avatar Rainer Kartmann
Browse files

Fix indentation, unused import

parent 67a8f0bc
No related branches found
No related tags found
1 merge request!265Robot state predictions
......@@ -35,8 +35,6 @@
#include <ArmarXCore/libraries/ArmarXCoreComponentPlugins/DebugObserverComponentPlugin.h>
#include <ArmarXCore/core/logging/Logging.h>
#include <IceUtil/Time.h>
#include <SimoxUtility/algorithm/get_map_keys_values.h>
#include <SimoxUtility/algorithm/contains.h>
#include <SimoxUtility/algorithm/string.h>
......
......@@ -132,7 +132,7 @@ namespace armarx::armem::server::robot_state
std::queue<proprioception::RobotUnitData> dataQueue;
std::mutex dataMutex;
bool waitForRobotUnit = false;
bool waitForRobotUnit = false;
};
RobotUnit robotUnit;
};
......
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