knowrob
2.1.0
A Knowledge Base System for Cognition-enabled Robots
|
#include <knowrob/queries/Answer.h>
#include "knowrob/Logger.h"
#include "knowrob/knowrob.h"
#include "knowrob/queries/AnswerYes.h"
#include "knowrob/queries/AnswerNo.h"
#include "knowrob/queries/AnswerDontKnow.h"
#include "knowrob/integration/python/utils.h"
#include "knowrob/queries/EndOfEvaluation.h"
Go to the source code of this file.
Namespaces | |
knowrob | |
knowrob::py | |
Functions | |
AnswerPtr | knowrob::mergeAnswers (const AnswerPtr &a, const AnswerPtr &b, bool ignoreInconsistencies) |
template<> | |
void | knowrob::py::createType< Answer > () |