This is an old revision of the document!
Table of Contents
Homework: ROS packages for plan-based robot control
Installation
Please install the base ROS system according to the guide found here.
Getting Started
The beginner ROS tutorials given here cover the basic concepts for communication and the overall structure of a ROS program. Therefore, it is advisable to read them and try out the lessons shown there.
A familiarity with the rosbuild system and writing ROS nodes in C++ and/or Python is mandatory and important for the assignments during the seminar.
The following topics are especially important:
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-highlevel and add it to your ROS workspace with
rosws set group_highlevel --git https://github.com/ai-seminar/group-highlevel.git rosws update source ~/.bashrc
CRAM Installation and Basics
The installation of the CRAM system (which is the high level plan execution system you will be using) is being done as shown here.
Once you have the system installed, you can check it's functionality by following this tutorial on pick and place. The important part here is that the CRAM system launches successfully and that you get a basic understanding of the terms used in conjunction with it (e.g. what is the REPL, what is Emacs, how to write simple Lisp commands)..
Side Notes
In order to get a better understanding of Lisp (and for reference purposes), the following links can support you while getting the grips of it: