9 #ifndef KNOWROB_INTERFACEUTILS_H
10 #define KNOWROB_INTERFACEUTILS_H
12 #include <knowrob/KnowledgeBase.h>
13 #include "knowrob/formulas/Formula.h"
19 class InterfaceUtils {
static FormulaPtr applyModality(const std::unordered_map< std::string, boost::any > &options, FormulaPtr phi)
static bool assertStatements(const KnowledgeBasePtr &kb, const std::vector< FormulaPtr > &args)
static boost::property_tree::ptree loadSettings()
std::shared_ptr< KnowledgeBase > KnowledgeBasePtr
std::shared_ptr< Formula > FormulaPtr