This is an old revision of the document!
Table of Contents
Homework: ROS packages for manipulation
SOME INTROTEXT
Installation
Please install the system according to the instructions here: https://ai.uni-bremen.de/wiki/software/ros/installation
Getting Started
Before you start workin on the assignment, make sure to have completed the 'beginner level' tutorials from http://www.ros.org/wiki/ROS/Tutorials
Please note, that we expect you to be familiar with at least the rosbuild/c++ versions of the tutorials.
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-manipulation.git rosws update source ~/.bashrc
Implementation
Setting up our Simulation Environment
We will use a customized lightweight gazebo setup to develop and test our code in simulation. In this step of the assignment you are supposed to familiarize yourself with basic ros dependencies and launch-files. Proceed |here.