Skip to content

Commit b0cbc1b

Browse files
committed
update teaching
1 parent 9480e51 commit b0cbc1b

File tree

4 files changed

+82
-0
lines changed

4 files changed

+82
-0
lines changed

_data/teaching.yml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,41 @@ material:
4444
This class is largely a practical course with focus on simulation and (embedded) Rust programming.
4545
The material contains the fundamental theory to build a custom flight controller: dynamics, nonlinear control, state estimation, motion planning.
4646
website: teaching/flying-robots
47+
- name: "Multi-Robot Systems Seminar"
48+
note: |
49+
This course is a seminar-style class to learn basics and current topics of multi-robot coordination.
50+
website: teaching/mrs-seminar
51+
52+
ss2025:
53+
- name: "Motion Planning"
54+
time: We, 8:15-9:45am (lecture); Th, 10:15-11:45am (discussion)
55+
credits: 6
56+
moses: https://moseskonto.tu-berlin.de/moses/modultransfersystem/bolognamodule/beschreibung/anzeigen.html?number=41049&version=2&sprache=2
57+
isis: https://isis.tu-berlin.de/course/view.php?id=43526
58+
note: |
59+
Motion planning is a fundamental building block for autonomous systems, with applications in robotics, industrial automation, and autonomous driving.
60+
61+
- name: "Multi-Robot Systems"
62+
time: Fr, 10:15-11:45am (seminar)
63+
credits: 3
64+
moses: https://moseskonto.tu-berlin.de/moses/modultransfersystem/bolognamodule/beschreibung/anzeigen.html?nummer=41158&version=3&sprache=2
65+
isis: https://isis.tu-berlin.de/course/view.php?id=43772
66+
note: |
67+
This course is a seminar-style class to learn basics and current topics of multi-robot coordination.
68+
69+
- name: "Robot Learning"
70+
time: Wed, 12:15-13:45pm (lecture); Wed, 16:15-17:45am (discussion)
71+
credits: 6
72+
moses: https://moseskonto.tu-berlin.de/moses/modultransfersystem/bolognamodule/beschreibung/anzeigen.html?nummer=41165&version=1&sprache=2
73+
isis: https://isis.tu-berlin.de/course/view.php?id=43596
74+
note: |
75+
This course is a class held with Marc Toussaint, which aims to give a systematic overview on the many ways how learning methods can be used within robotics.
76+
77+
- name: "Other Robotics Courses"
78+
isis: https://isis.tu-berlin.de/course/view.php?id=33668
79+
note: |
80+
If you are interested in robotics, please enroll in the "Robotics Interest Group" on ISIS to receive notifications.
81+
4782
4883
ws2024:
4984
- name: "Flying Robots"

teaching.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,21 @@ <h2 class="title is-2">MSc/BSc Thesis</h2>
3535
</div>
3636
</div>
3737

38+
<div class="section-heading">
39+
<h2 class="title is-2">Summer 2025</h2>
40+
</div>
41+
42+
<div class="container">
43+
<div class="tile is-ancestor is-flex-wrap">
44+
45+
{% for course in site.data.teaching.ss2025 %}
46+
{% include course.html %}
47+
{%- endfor %}
48+
49+
</div>
50+
</div>
51+
52+
3853
<div class="section-heading">
3954
<h2 class="title is-2">Winter 2024/25</h2>
4055
</div>
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
layout: default
3+
title: Multi-Robot Systems Seminar
4+
permalink: /teaching/mrs-seminar
5+
---
6+
7+
<div class="content">
8+
<div class="section-heading">
9+
<h2 class="title is-2">Multi-Robot Systems Seminar</h2>
10+
</div>
11+
12+
<div class="container">
13+
<p>
14+
The course focuses on applications of multiple robots and robotic swarms, e.g., for inspection, exploration, assembly, or surveillance. Compared to a single robot, new challenges arise in all parts of the robotics pipeline: perception and state estimation (of other robots), decision making (collision avoidance and achieving a common goal), and controls (safety or other guarantees). We consider classic seminal and current book chapters and scientific papers that tackle these challenges both from a theoretical and a practical/application perspective.
15+
16+
<ul>
17+
<li>Decision Making (e.g., Assignment algorithms, path and motion planning, Dec-POMDPs)</li>
18+
<li>Controls (e.g., collision avoidance, rigidity and formation control)</li>
19+
<li>Perception/State Estimation (e.g., relative pose estimation, multi-robot SLAM)</li>
20+
<li>Applications/field robotics (e.g., environment monitoring, assembly planning, exploration and mapping)</li>
21+
</ul>
22+
</p>
23+
<br/>
24+
25+
<a href="../../teachingpages/mrs-seminar/syllabus.pdf" class="button is-dark">
26+
<span class="icon">
27+
<i class="fas fa-file-pdf"></i>
28+
</span>
29+
<span>Syllabus</span>
30+
</a>
31+
</div>
32+
135 KB
Binary file not shown.

0 commit comments

Comments
 (0)