Lab Course Humanoid Robots
Robots are versatile systems, that provide vast opportunities for active research and various operations. Humanoid robots, for example, have a human-like body, and thus can act in environments designed for humans. They are able to, e.g., climb stairs, walk through cluttered environments, and open doors. Mobile robots with a wheeled base are designed to operate on flat grounds to perform, e.g., cleaning and service tasks. Robotic arms are able to grasp and manipulate objects.
Participants will work in group of 2 or 3 on one of the possible topics.
At the end of the semester each group will give a presentation and demonstration of their project accompanied by oral moderation. The whole presentation should be approximately 10 minutes long. Every member of the group should present his/her part in the development of the system in a few sentences/slides. When the presentation is complete, each group will be asked a few questions by the HRL staff members or preferably the other students. Everyone is required to be present and to watch the presentation of the other groups.
Aside from the final demonstration, every group is required to submit a lab report. The summary should be 7 pages long (incl. images and references). The report is due on the morning before the demonstration. Please describe the task you had to solve, in what ways you approached the solution, what parts your system consists of, special difficulties you may have encountered, and how to compile and use your software. Please include a sufficient number of illustrations. Apart from the content, there are no formal requirements to this document. It is sufficient to submit one lab report per group, it must be pushed to the group's git repository before the lab presentation.
The grade of the lab will depend on the final presentation and how well the assigned task was solved (30/70).
Participants are expected to have Ubuntu Linux installed on their personal computers. The specific requirements for each project are quoted below.
The mandatory Introductory Meeting take place in person (see important dates below).
Semester:
SSYear:
2025Course Number:
MA-INF 4214Links:
BasisCourse Start Date:
10.04.2025Course End Date:
30.09.2025ECTS:
9Responsible HRL Lecturers:
Important dates:
All interested students have to attend the Introductory Meeting. In the Introductory Meeting, we will present the projects, the schedule, the registration process, and answer your questions.
10.04.2025, Thursday, 10:00-11:00hs (room 1.047) | Introductory Meeting (mandatory) [presentation slides] |
13.04.2025, Sunday | Registration deadline and topic selection on our website |
20.04.2025, Sunday | Registration deadline in BASIS |
04.06.2025, Wednesday | Midterm lab presentation |
02.07.2025, Wednesday | Lab demonstration and deadline for lab documentation |
After the Introductory Meeting, each participant arranges an individual schedule with the respective supervisor.
Registration
The registration is closed.
Report and presentation template
Please use the following template for the written summary. The summary should be 7 pages long (incl. images and references).
[Report template]
Please use the following template for midterm and final presentation:
[Presentation template]
Projects:
The following projects are available:
Adaptive Robotic Assembly
Supervisor: Ahmed Shokry
This project aims to use recent advances in Reinforcement Learning to perform robotic assembly tasks with unknown parameters such as parts shape and pose.
LLM meets robotics
Supervisor: Benedikt Kreis
The goal of the project is to pick unknown objects and sort them into different bins. Instead of hard coded control commands, the robot has to exploit capabilities of LLMs (Large Language Models).
Learning-based navigation among dynamic obstacles
Supervisor: Jorge de Heuvel
Using state-of-the-art deep reinforcement learning methods, you will teach a robot to navigate among static and dynamic obstacles. Here, a neural network is trained that directly controls the robot based on observations through a LIDAR sensor. You will design your own learning architecture that includes the network design for a solid understanding of the for the robot partially observable environment, and the reward function for informative and efficient learning of the navigation objectives. After the robot successfully has trained in Pybullet-based simulation, the goal is to transfer the policy onto a real robot using ROS.
Quadruped for Obstacle Courses
Supervisors: Murad Dawood/Shahram Khorshidi
The goal of this project is to enable the quadruped to navigate through obstacle courses, while using perception to adapt to different velocities, obstacles, and staircases.
Autonomous racing
Supervisor: Nils Dengler
The task is to create a robust perception system to autonomously drive through a given racetrack. The perception data will be used to fine-tune the state estimation and to detect opponents on the track. After successfully creating a proof-of-concept, we will deploy it on a real F1 car and see its performance on our own racetrack.
P2G: Predict to Perceive and Grasp for Mobile Manipulation
Supervisor: Rohit Menon
This project aims to use shape prediction for enabling a mobile manipulator to aid both next best view planning as well as for grasp pose detection. With shape prediction, the robot should be able to complete the manipulation task with higher success rate and lower time.
Find the viewpoint!
Supervisor: Sicong Pan
The task is to find the viewpoint of the given RGB image within the context of an eye-in-hand tabletop configuration.
Social force model for crowd simulation
Supervisor: Subham Agrawal
The task is to implement social force model (SFM) for crowd simulation and visualize it in a 3D environment.
Robot navigation using LLM
Supervisor: Xuying Huang
This project aims to use a large language model (LLM) to achieve robot navigation. The robot should be able to understand spoken instructions, process the command using the LLM, and convert it into specific actions (such as moving to the kitchen).