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