File size: 815 Bytes
2d6bfa0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.. _mir_knowledge_base_analyzer:

Knowledge base analyzer
=======================

#. query the knowledge base and tells you if there is pending goals
#. query the knowledge base and informs if there is new knowledge

Usage
-----

Get objects for a particular location::

    rostopic pub /mir_knowledge_base_analyzer/knowledge_base_queries/query_param std_msgs/String "WS02"
    rostopic pub /mir_knowledge_base_analyzer/knowledge_base_queries/query std_msgs/String "get_objects_at_location"
    rostopic echo /mir_knowledge_base_analyzer/knowledge_base_queries/objects_at_location


Get current location of robot::

    rostopic pub /mir_knowledge_base_analyzer/knowledge_base_queries/query std_msgs/String "get_robot_location"
    rostopic echo /mir_knowledge_base_analyzer/knowledge_base_queries/robot_location