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

Update RobotUnit.cpp

parent 342eb54d
No related branches found
No related tags found
No related merge requests found
......@@ -319,6 +319,7 @@ bool armarx::RobotUnit::hasLVL0Controller(const std::string& jointName, const st
bool armarx::RobotUnit::loadLibFromAbsolutePath(const std::string& path)
{
GuardType guard {dataMutex};
if (loadedLibs.count(path) > 0)
{
return true;
......
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