User Tools

Site Tools


teaching:se-kiba:manipulation-assignment

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
teaching:se-kiba:manipulation-assignment [2013/04/23 08:36] bartelsgteaching:se-kiba:manipulation-assignment [2016/05/19 09:19] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== Homework: ROS packages for manipulation ====== ====== Homework: ROS packages for manipulation ======
- 
-SOME INTROTEXT 
  
 ===== Installation ===== ===== Installation =====
Line 9: Line 7:
 ===== Getting Started ===== ===== 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]]+Before you start workin on the assignment, make sure you 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. Please note, that we expect you to be familiar with at least the rosbuild/c++ versions of the tutorials.
Line 15: Line 13:
  
 We have created a git repository for the code that you will develop. You can find it at 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 +https://github.com/ai-seminar/group-manipulation and add it to your ROS workspace with 
-  rosws set group_knowledge --git https://github.com/ai-seminar/group-manipulation.git+  rosws set group_manipulation --git https://github.com/ai-seminar/group-manipulation.git
   rosws update   rosws update
   source ~/.bashrc   source ~/.bashrc
Line 24: Line 22:
 ==== Setting up our Simulation Environment ==== ==== 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 tutorial you are supposed to familiarize yourself with basic ros dependencies and launch-files.+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 [[teaching:se-kiba:manipulation-assignment:gazebo-settings|here]].
  
 ==== Using standard ROS arm navigation ==== ==== Using standard ROS arm navigation ====
 +
 +As a first-step, you will use the standard ROS arm navigation functionalities to move the arms of the PR2. You will write and compile your first node, use action interfaces, and load parameters from the parameter server. At the end, you will see how both launch-files and parameters are powerful tools to help you re-use code and save time. The instructions can be found [[teaching:se-kiba:manipulation-assignment:executive|here]].
  
 ==== Implementing our own Joint Space Controller ==== ==== Implementing our own Joint Space Controller ====
 +
 +Finally, we will get our hands dirty implementing a realtime-safe controller. As a first example we will implement a simple joint space controller. You will visit a lot of useful ROS functionalities and software engineering principles on the way. Get started [[teaching:se-kiba:manipulation-assignment:joint-space-controller|here]].
  
 ==== Implementing our own Cartesian Space Controller ==== ==== Implementing our own Cartesian Space Controller ====
 +
 +Cut for time reasons.
teaching/se-kiba/manipulation-assignment.1366706209.txt.gz · Last modified: 2016/05/19 09:18 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki