knowrob
2.1.0
A Knowledge Base System for Cognition-enabled Robots
|
#include <unordered_map>
#include <boost/any.hpp>
#include <boost/property_tree/json_parser.hpp>
#include "knowrob/integration/InterfaceUtils.h"
#include "knowrob/formulas/ModalFormula.h"
#include "knowrob/semweb/Triple.h"
#include "knowrob/queries/QueryTree.h"
#include "knowrob/queries/QueryError.h"
#include "knowrob/KnowledgeBase.h"
Go to the source code of this file.
Namespaces | |
knowrob | |
knowrob::py | |
Enumerations | |
enum | EpistemicOperator { KNOWLEDGE = 0 , BELIEF = 1 } |
enum | TemporalOperator { CURRENTLY = 0 , ALL_PAST = 1 , SOME_PAST = 2 } |
Functions | |
template<> | |
void | knowrob::py::createType< InterfaceUtils > () |
enum EpistemicOperator |
enum TemporalOperator |