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
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:
- Practical Common Lisp: A good tutorial for Lisp beginners (and advanced users, as it covers a lot of material)
- Common Lisp HyperSpec: A reference index explaining lisp commands and features (manpages-like)