This is an old revision of the document!
Table of Contents
Homework: ROS packages for knowledge representation
The aim of this assignment is to learn the basics of creating ROS packages, editing knowledge in the KnowRob knowledge base, and querying the knowledge base from another program via the ROS communication middleware. The task is to create (1) an extension package to the KnowRob knowledge base that contains information about objects in a living room as well as a simple 'semantic map' describing the arrangement of objects in the room, and (2) a (very simple) chat client that accepts questions in natural English language and converts them into queries to the knowledge base.
Installation
Please install the system according to the instructions here: https://ai.uni-bremen.de/wiki/software/ros/installation
Getting started
Before starting with the implementation, you should be familiar with ROS and the basic usage of the KnowRob knowledge base. The following tutorials will help you get into it:
Workspace setup
We have created a git repository for the code that you will develop. You can find it at https://github.com/ai-seminar/group-knowledge and add it to your ROS workspace with
rosws set group_knowledge --git https://github.com/ai-seminar/group-knowledge.git rosws update source ~/.bashrc
Implementation
The following list is meant as a guidance to help you realize the functionality.
- Create two ROS packages 'livingroom_map' and 'chat_client' and configure the dependencies between them and to other ROS packages correctly.
- Set up the 'livingroom_map' package as KnowRob package