teaching:se-kiba:manipulation-assignment
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
teaching:se-kiba:manipulation-assignment [2013/04/23 08:39] – [Setting up our Simulation Environment] bartelsg | teaching: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 ' | + | Before you start workin on the assignment, make sure you have completed the ' |
Please note, that we expect you to be familiar with at least the rosbuild/ | Please note, that we expect you to be familiar with at least the rosbuild/ | ||
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:// | + | https:// |
- | rosws set group_knowledge | + | rosws set group_manipulation |
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 assignment you are supposed to familiarize yourself with basic ros dependencies and launch-files. Proceed [[teaching: | + | 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: |
==== 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: | ||
==== 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: | ||
==== Implementing our own Cartesian Space Controller ==== | ==== Implementing our own Cartesian Space Controller ==== | ||
+ | |||
+ | Cut for time reasons. |
teaching/se-kiba/manipulation-assignment.1366706389.txt.gz · Last modified: 2016/05/19 09:18 (external edit)