SkillManagerWrapper.cpp File Reference
#include "SkillManagerWrapper.h"
#include <mutex>
#include <optional>
#include <SimoxUtility/algorithm/string/string_tools.h>
#include <ArmarXCore/core/logging/Logging.h>
#include "RobotAPI/libraries/skills/core/SkillExecutionRequest.h"
+ Include dependency graph for SkillManagerWrapper.cpp:

Go to the source code of this file.

Namespaces

 armarx
 This file offers overloads of toIce() and fromIce() functions for STL container types.
 
 armarx::skills
 This file is part of ArmarX.
 
 armarx::skills::gui
 

Typedefs

using SkillMap = std::map< skills::ProviderID, std::map< skills::SkillID, skills::SkillDescription > >
 

Functions

bool matches (std::string skillName, std::vector< std::string > &searches)