<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Robotics | Mobile Robotics Research Group — Prof. Dr. Christian Pfitzner</title><link>https://christianpfitzner.github.io/forschungsgruppe-mobile-robotik/en/tag/robotics/</link><atom:link href="https://christianpfitzner.github.io/forschungsgruppe-mobile-robotik/en/tag/robotics/index.xml" rel="self" type="application/rss+xml"/><description>Robotics</description><generator>Hugo Blox Builder (https://hugoblox.com)</generator><language>en-us</language><lastBuildDate>Fri, 12 Jun 2026 00:00:00 +0000</lastBuildDate><image><url>https://christianpfitzner.github.io/forschungsgruppe-mobile-robotik/media/icon_hu11734318148517933569.png</url><title>Robotics</title><link>https://christianpfitzner.github.io/forschungsgruppe-mobile-robotik/en/tag/robotics/</link></image><item><title>Human-Robot Interaction on the UR12e – Tic-Tac-Toe as an Interactive Demo</title><link>https://christianpfitzner.github.io/forschungsgruppe-mobile-robotik/en/publication/2026-tic-tac-toe-ur12e/</link><pubDate>Fri, 12 Jun 2026 00:00:00 +0000</pubDate><guid>https://christianpfitzner.github.io/forschungsgruppe-mobile-robotik/en/publication/2026-tic-tac-toe-ur12e/</guid><description>&lt;h2 id="motivation">Motivation&lt;/h2>
&lt;p>Collaborative robot arms such as the UR12e make robotics immediately tangible — especially when
people can interact with them directly. A game like Tic-Tac-Toe is ideal for this: everyone knows
the rules, the outcome is easy to follow, and the robot demonstrates perception, decision-making
and precise motion in a single, illustrative sequence.&lt;/p>
&lt;p>At the TTZ Nürnberger Land, this is to become the basis for a demonstrator that makes robotics
graspable for a broad audience — at family events, open-house days and for visitor groups. At the
same time, the project serves as a platform to put concepts of safe human-robot interaction into
practice.&lt;/p>
&lt;h2 id="work-packages">Work Packages&lt;/h2>
&lt;p>&lt;strong>Perception&lt;/strong>&lt;/p>
&lt;ul>
&lt;li>Camera-based detection of the board and the placed game pieces&lt;/li>
&lt;li>Calibration between camera and robot coordinate frames (hand-eye calibration)&lt;/li>
&lt;/ul>
&lt;p>&lt;strong>Game Logic&lt;/strong>&lt;/p>
&lt;ul>
&lt;li>Implementation of the Tic-Tac-Toe logic (e.g. minimax) for move computation&lt;/li>
&lt;li>Detection of game end, win, loss and draw&lt;/li>
&lt;/ul>
&lt;p>&lt;strong>Robot Control&lt;/strong>&lt;/p>
&lt;ul>
&lt;li>Control of the UR12e via its existing interfaces (ROS or URScript)&lt;/li>
&lt;li>Grasping and safely placing the game pieces&lt;/li>
&lt;li>Functional safety in collaborative operation (force/speed limiting)&lt;/li>
&lt;/ul>
&lt;p>&lt;strong>Interaction &amp;amp; Demo&lt;/strong>&lt;/p>
&lt;ul>
&lt;li>Intuitive game flow and user guidance understandable for non-experts&lt;/li>
&lt;li>Robustness testing and preparation as a presentable demo&lt;/li>
&lt;li>Optional outlook: conceptual extension to chess&lt;/li>
&lt;/ul>
&lt;h2 id="requirements">Requirements&lt;/h2>
&lt;ul>
&lt;li>Programming skills in Python and/or C++&lt;/li>
&lt;li>Ideally some prior exposure to robotics&lt;/li>
&lt;li>Interest in computer vision, game logic and human-robot interaction&lt;/li>
&lt;li>Enthusiasm for hands-on work with real robot hardware&lt;/li>
&lt;/ul>
&lt;p>This topic is offered as a &lt;strong>project or bachelor&amp;rsquo;s thesis&lt;/strong> and, given a good fit, can serve as
a foundation for follow-up work (e.g. extension to chess).&lt;/p>
&lt;h2 id="supervision">Supervision&lt;/h2>
&lt;table>
&lt;thead>
&lt;tr>
&lt;th style="text-align: left">Role&lt;/th>
&lt;th style="text-align: left">Name&lt;/th>
&lt;th style="text-align: left">E-Mail&lt;/th>
&lt;/tr>
&lt;/thead>
&lt;tbody>
&lt;tr>
&lt;td style="text-align: left">Supervisor&lt;/td>
&lt;td style="text-align: left">Prof. Dr. Christian Pfitzner&lt;/td>
&lt;td style="text-align: left">&lt;a href="mailto:christian.pfitzner@th-nuernberg.de">christian.pfitzner@th-nuernberg.de&lt;/a>&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td style="text-align: left">Co-Supervisor&lt;/td>
&lt;td style="text-align: left">M. Sc. Patrick Fußy&lt;/td>
&lt;td style="text-align: left">&lt;a href="mailto:patrick.fussy@th-nuernberg.de">patrick.fussy@th-nuernberg.de&lt;/a>&lt;/td>
&lt;/tr>
&lt;/tbody>
&lt;/table>
&lt;p>&lt;strong>Location:&lt;/strong> TTZ Nürnberger Land / TH Nürnberg Georg Simon Ohm&lt;/p></description></item><item><title>2R Robot Arm Lab Experiment – Gravity Compensation and Reinforcement Learning</title><link>https://christianpfitzner.github.io/forschungsgruppe-mobile-robotik/en/publication/2026-2r-roboterarm-praktikum/</link><pubDate>Mon, 08 Jun 2026 00:00:00 +0000</pubDate><guid>https://christianpfitzner.github.io/forschungsgruppe-mobile-robotik/en/publication/2026-2r-roboterarm-praktikum/</guid><description>&lt;h2 id="motivation">Motivation&lt;/h2>
&lt;p>The &amp;ldquo;Intelligent Robotics&amp;rdquo; practical course in the M-IAS master&amp;rsquo;s programme currently lacks
a hands-on experiment bridging classical model-based control and modern learning-based methods.
A 2R robot arm with torque control offers exactly this: students first experience the physical
effects of gravity on the real system, then learn how an RL agent solves the same task in a
data-driven way.&lt;/p>
&lt;h2 id="work-packages">Work Packages&lt;/h2>
&lt;p>&lt;strong>Hardware&lt;/strong>&lt;/p>
&lt;ul>
&lt;li>Selection and commissioning of BLDC motors and motor drivers (e.g. ODrive / VESC)&lt;/li>
&lt;li>Mechanical design and fabrication of arm segments (CAD, 3D printing or aluminium profile)&lt;/li>
&lt;li>Integration of encoders and wiring&lt;/li>
&lt;/ul>
&lt;p>&lt;strong>Software &amp;amp; Control&lt;/strong>&lt;/p>
&lt;ul>
&lt;li>Implementation of forward and inverse kinematics&lt;/li>
&lt;li>Model-based gravity compensation controller (real-time torque compensation)&lt;/li>
&lt;li>ROS integration: topics, services and ros2_control&lt;/li>
&lt;/ul>
&lt;p>&lt;strong>Reinforcement Learning&lt;/strong>&lt;/p>
&lt;ul>
&lt;li>Building a simulation environment (Gazebo or MuJoCo) for RL training&lt;/li>
&lt;li>Training an agent (e.g. PPO / SAC) on a target-reaching task&lt;/li>
&lt;li>Sim-to-real transfer and evaluation on the real arm&lt;/li>
&lt;/ul>
&lt;p>&lt;strong>Documentation&lt;/strong>&lt;/p>
&lt;ul>
&lt;li>Creating lab instructions for use in the M-IAS practical course&lt;/li>
&lt;/ul>
&lt;h2 id="requirements">Requirements&lt;/h2>
&lt;ul>
&lt;li>Knowledge of control theory and robotics (kinematics, dynamics)&lt;/li>
&lt;li>Programming skills in Python and/or C++&lt;/li>
&lt;li>Ideally experience with ROS&lt;/li>
&lt;li>Interest in machine learning and reinforcement learning&lt;/li>
&lt;li>Enthusiasm for hands-on hardware work and prototyping&lt;/li>
&lt;/ul>
&lt;p>This topic can be completed as a &lt;strong>project or master&amp;rsquo;s thesis&lt;/strong> subject to agreement.&lt;/p>
&lt;h2 id="supervision">Supervision&lt;/h2>
&lt;table>
&lt;thead>
&lt;tr>
&lt;th style="text-align: left">Role&lt;/th>
&lt;th style="text-align: left">Name&lt;/th>
&lt;th style="text-align: left">E-Mail&lt;/th>
&lt;/tr>
&lt;/thead>
&lt;tbody>
&lt;tr>
&lt;td style="text-align: left">Supervisor&lt;/td>
&lt;td style="text-align: left">Prof. Dr. Christian Pfitzner&lt;/td>
&lt;td style="text-align: left">&lt;a href="mailto:christian.pfitzner@th-nuernberg.de">christian.pfitzner@th-nuernberg.de&lt;/a>&lt;/td>
&lt;/tr>
&lt;/tbody>
&lt;/table></description></item><item><title>Case Study on the Use of New Technologies in Companies</title><link>https://christianpfitzner.github.io/forschungsgruppe-mobile-robotik/en/publication/2026-fallstudie-technologien-kmu/</link><pubDate>Mon, 08 Jun 2026 00:00:00 +0000</pubDate><guid>https://christianpfitzner.github.io/forschungsgruppe-mobile-robotik/en/publication/2026-fallstudie-technologien-kmu/</guid><description>&lt;h2 id="about-the-ttz-nürnberger-land">About the TTZ Nürnberger Land&lt;/h2>
&lt;p>The Technology Transfer Centre Nürnberger Land aims to advance knowledge transfer from research
into primarily small and medium-sized enterprises in the Nürnberger Land region. The centre
maintains a broad network of companies in this region.&lt;/p>
&lt;h2 id="your-tasks">Your Tasks&lt;/h2>
&lt;ul>
&lt;li>Methodical preparation and execution of company surveys&lt;/li>
&lt;li>Identification of suitable companies in the Nürnberger Land region&lt;/li>
&lt;li>Conducting interviews with decision-makers&lt;/li>
&lt;li>Evaluation and summarising presentation of the results&lt;/li>
&lt;li>Classification of relevant technologies (AI, robotics, automation) for the sector&lt;/li>
&lt;/ul>
&lt;h2 id="requirements">Requirements&lt;/h2>
&lt;ul>
&lt;li>Interest in case studies&lt;/li>
&lt;li>Broad technical background&lt;/li>
&lt;li>Communication skills&lt;/li>
&lt;li>Organisational ability&lt;/li>
&lt;li>Independent and goal-oriented working style&lt;/li>
&lt;/ul>
&lt;h2 id="supervision">Supervision&lt;/h2>
&lt;p>Please send your &lt;strong>CV&lt;/strong> and a &lt;strong>transcript of records&lt;/strong> to:&lt;/p>
&lt;table>
&lt;thead>
&lt;tr>
&lt;th style="text-align: left">Role&lt;/th>
&lt;th style="text-align: left">Name&lt;/th>
&lt;th style="text-align: left">E-Mail&lt;/th>
&lt;/tr>
&lt;/thead>
&lt;tbody>
&lt;tr>
&lt;td style="text-align: left">Supervisor&lt;/td>
&lt;td style="text-align: left">Patrick Fußy&lt;/td>
&lt;td style="text-align: left">&lt;a href="mailto:patrick.fussy@th-nuernberg.de">patrick.fussy@th-nuernberg.de&lt;/a>&lt;/td>
&lt;/tr>
&lt;/tbody>
&lt;/table></description></item><item><title>Handling of Flexible Materials Using Robot Arms</title><link>https://christianpfitzner.github.io/forschungsgruppe-mobile-robotik/en/publication/2026-mapr-flexible-materialien/</link><pubDate>Mon, 08 Jun 2026 00:00:00 +0000</pubDate><guid>https://christianpfitzner.github.io/forschungsgruppe-mobile-robotik/en/publication/2026-mapr-flexible-materialien/</guid><description>&lt;h2 id="project-description">Project Description&lt;/h2>
&lt;p>This 3-semester M-APR project (starting WiSe 2026/2027) addresses the handling of flexible
materials by robot arms. The exact focus is agreed jointly and can cover hardware aspects
(gripping technologies) or software/AI aspects (simulation, learning-based control).
The work concludes with implementation in a real robot cell at the TTZ Nürnberger Land.&lt;/p>
&lt;h2 id="possible-focus-areas">Possible Focus Areas&lt;/h2>
&lt;p>&lt;strong>Hardware-oriented&lt;/strong>&lt;/p>
&lt;ul>
&lt;li>Analysis of gripping principles for flexible materials (vacuum, adhesive, form-adaptive)&lt;/li>
&lt;li>Development and fabrication of a specialised gripper&lt;/li>
&lt;li>Experimental evaluation of reproducibility&lt;/li>
&lt;/ul>
&lt;p>&lt;strong>Software / AI-oriented&lt;/strong>&lt;/p>
&lt;ul>
&lt;li>Building a simulation environment for deformable objects&lt;/li>
&lt;li>Model-based control or Deep Reinforcement Learning (DRL)&lt;/li>
&lt;li>Vision-Language-Action (VLA) models for flexible manipulation&lt;/li>
&lt;li>Sim-to-real transfer and evaluation in the robot cell&lt;/li>
&lt;/ul>
&lt;h2 id="requirements">Requirements&lt;/h2>
&lt;ul>
&lt;li>Bachelor&amp;rsquo;s degree in electrical engineering, computer science, mechatronics, robotics or equivalent&lt;/li>
&lt;li>Programming in C++ and/or Python&lt;/li>
&lt;li>Basic knowledge of machine learning&lt;/li>
&lt;li>Basic knowledge of robotics&lt;/li>
&lt;li>Interest in flexible material handling&lt;/li>
&lt;li>Independent and goal-oriented working style&lt;/li>
&lt;li>Willingness to engage with new topics&lt;/li>
&lt;/ul>
&lt;p>This topic can also be completed as a &lt;strong>project or master&amp;rsquo;s thesis&lt;/strong> subject to agreement.&lt;/p>
&lt;h2 id="supervision">Supervision&lt;/h2>
&lt;table>
&lt;thead>
&lt;tr>
&lt;th style="text-align: left">Role&lt;/th>
&lt;th style="text-align: left">Name&lt;/th>
&lt;th style="text-align: left">E-Mail&lt;/th>
&lt;/tr>
&lt;/thead>
&lt;tbody>
&lt;tr>
&lt;td style="text-align: left">Supervisor&lt;/td>
&lt;td style="text-align: left">Prof. Dr. Christian Pfitzner&lt;/td>
&lt;td style="text-align: left">&lt;a href="mailto:christian.pfitzner@th-nuernberg.de">christian.pfitzner@th-nuernberg.de&lt;/a>&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td style="text-align: left">Co-Supervisor&lt;/td>
&lt;td style="text-align: left">M. Sc. Patrick Fußy&lt;/td>
&lt;td style="text-align: left">&lt;a href="mailto:patrick.fussy@th-nuernberg.de">patrick.fussy@th-nuernberg.de&lt;/a>&lt;/td>
&lt;/tr>
&lt;/tbody>
&lt;/table>
&lt;p>&lt;strong>Location:&lt;/strong> TTZ Nürnberger Land, Martin-Luther-Straße 18, Lauf an der Pegnitz&lt;/p>
&lt;p>Further information: &lt;a href="https://www.th-nuernberg.de/einrichtungen-gesamt/wissenschaftliche-und-forschungskooperationen/technologietransferzentrum-nuernberger-land/" target="_blank" rel="noopener">TTZ Nürnberger Land&lt;/a> · &lt;a href="https://www.th-nuernberg.de/fakultaeten/efi/forschung/forschungsaktive-labore/mobile-robotik/" target="_blank" rel="noopener">Mobile Robotics Lab&lt;/a>&lt;/p></description></item><item><title>Robotics Has So Many Facets</title><link>https://christianpfitzner.github.io/forschungsgruppe-mobile-robotik/en/post/2026-05-robotik-kolloquium/</link><pubDate>Thu, 21 May 2026 00:00:00 +0000</pubDate><guid>https://christianpfitzner.github.io/forschungsgruppe-mobile-robotik/en/post/2026-05-robotik-kolloquium/</guid><description>&lt;p>Robots are no longer a vision of the future — they are already deployed in manufacturing, logistics, and service industries. This was demonstrated by the diverse contributions at this year&amp;rsquo;s efi colloquium on robotics, organised by the Faculty of Electrical Engineering, Precision Engineering and Information Technology (efi). The well-attended event addressed the question of &amp;ldquo;how intelligent robotic systems will transform our working world and society&amp;rdquo;, featuring contributions from industry and research.&lt;/p>
&lt;p>Matthias Nickl from Siemens Energy spoke about deploying robots for maintenance and inspection tasks in response to demographic challenges. Dr. Jonas Graetz from Ziehm Imaging presented an X-ray robotic system. Dr. Jürgen Baier from IsentoVier introduced the humanoid open-source platform pip for educational use. Markus Fenn, an alumnus of the Faculty efi, presented his robotics start-up EduArt.&lt;/p>
&lt;p>Prof. Dr. Christian Pfitzner introduced AerodrOHM — a research environment for complex flight systems at the OHM Innovation Center, spanning 280 m² with a ceiling height of up to 12 metres. Prof. Dr.-Ing. Enrico Schröder addressed AI trends in robotics, and Prof. Dr.-Ing. Thomas Sander spoke about humanoid mechatronics.&lt;/p>
&lt;p>A particular highlight was the announcement of RoboCup 2027 in Nuremberg. The TH Nürnberg&amp;rsquo;s successful robotics team autonOHM is already preparing for the world championship of autonomous robots — to be held in their home city.&lt;/p>
&lt;p>Source: &lt;a href="https://www.th-nuernberg.de/news/6363-so-viele-facetten-hat-robotik/" target="_blank" rel="noopener">TH Nürnberg — Original article&lt;/a>&lt;/p></description></item></channel></rss>