 |
RCL - RoboCLuedo
v1.0
Francesco Ganci - S4143910 - Experimental Robotics Lab - Assignment 1
|
Go to the documentation of this file.
18 #include "armor_tools_armor_cluedo.h"
19 #include "armor_msgs/ArmorDirective.h"
20 #include "armor_msgs/ArmorDirectiveReq.h"
21 #include "armor_msgs/ArmorDirectiveRes.h"
26 int main(
int argc,
char* argv[] )
28 ros::init( argc, argv,
"example_armor_cluedo_3" );
37 armor.
Init(
"/root/ontologies/my_super_ontology.owl" );
40 armor.
AddIndiv(
"Broccoli",
"WEAPON" );
42 armor.
AddIndiv(
"Stadium",
"PLACE" );
43 armor.
AddIndiv(
"Bathroom",
"PLACE" );
44 armor.
AddIndiv(
"SmartHypothesis",
"HYPOTHESIS" );
58 std::vector<std::string> complete_hypotheses = FindCompleteHypotheses( );
70 std::vector<std::string> inconsistent_hypotheses = FindCompleteHypotheses( );
87 armor.
AddIndiv(
"AnotherSmartHypothesis",
"HYPOTHESIS" );
bool AddIndiv(std::string indivname, std::string classname, bool makeDisjoint=true)
add an individual to the ontology
bool SetObjectProperty(std::string prop, std::string Aelem, std::string Belem)
set a property true
bool Init(std::string ontologyPath)
initizalize the interface
bool UpdateOntology()
send the command REASON
int main(int argc, char *argv[])
additional utilities for aRMOR
A minimal C++ client for aRMOR.
bool RemoveHypothesis(std::string hypTag)
discard one hypothesis