diff --git a/_data/publications.json b/_data/publications.json
index 8bbb2de..57e49ac 100644
--- a/_data/publications.json
+++ b/_data/publications.json
@@ -1,4 +1,29 @@
[
+
+ {
+ "title": "Current-Based Impedance Control for Interacting with Mobile Manipulators",
+ "authors": [
+ "Jelmer de Wolde",
+ "Luzia Knoedler",
+ "Gianluca Garofalo",
+ "Javier Alonso-Mora"
+ ],
+ "date": "2024-10-15",
+ "type": "conference",
+ "venue": "IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)",
+ "links": [
+ {
+ "arxiv": "https://arxiv.org/pdf/2403.13079",
+ "code": "https://github.com/tud-amr/mobile-manipulator-compliance",
+ "web": "/paper_websites/impedance4mm"
+ }
+ ],
+ "image": "/assets/images/papers/impedance4mm/images/real_world_results.png",
+ "belongs_to_projects": [
+ "harmony"
+ ],
+ "abstract": "As robots shift from industrial to human-centered spaces, adopting mobile manipulators, which expand workspace capabilities, becomes crucial. In these settings, seamless interaction with humans necessitates compliant control. Two common methods for safe interaction, admittance, and impedance control, require force or torque sensors, often absent in lowercost or lightweight robots. This paper presents an adaption of impedance control that can be used on current-controlled robots without the use of force or torque sensors and its application for compliant control of a mobile manipulator. A calibration method is designed that enables estimation of the actuators’ current/torque ratios and frictions, used by the adapted impedance controller, and that can handle model errors. The calibration method and the performance of the designed controller are experimentally validated using the Kinova GEN3 Lite arm. Results show that the calibration method is consistent and that the designed controller for the arm is compliant while also being able to track targets with fivemillimeter precision when no interaction is present. Additionally, this paper presents two operational modes for interacting with the mobile manipulator: one for guiding the robot around the workspace through interacting with the arm and another for executing a tracking task, both maintaining compliance to external forces. These operational modes were tested in realworld experiments, affirming their practical applicability and effectiveness."
+ },
{
"title": "Physically Grounded Optimal Realizations of Symbolic Plans",
"authors": [
@@ -871,11 +896,11 @@
{
"title": "Group-based Distributed Auction Algorithms for Multi-Robot Task Assignment",
"authors": [
- "X. Bai",
- "A. Fielbaum",
- "M. Kronmuller",
- "L. Knoedler",
- "J. Alonso-Mora"
+ "Xiaoshan Bai",
+ "Andres Fielbaum",
+ "Maximilian Kronmuller",
+ "Luzia Knoedler",
+ "Javier Alonso-Mora"
],
"date": "2022-05-01",
"type": "journal",
@@ -968,11 +993,11 @@
{
"title": "Improving Pedestrian Prediction Models with Self-Supervised Continual Learning",
"authors": [
- "L. Knoedler",
- "C. Salmi",
- "H. Zhu",
- "B. Brito",
- "J. Alonso-Mora"
+ "Luzia Knoedler",
+ "Chadi Salmi",
+ "Hai Zhu",
+ "Bruno Brito",
+ "Javier Alonso-Mora"
],
"date": "2022-02-01",
"type": "journal",
@@ -991,6 +1016,7 @@
"video": "https://youtu.be/qsyd7NVgfRI"
}
],
+ "image": "/assets/images/papers/scl-RAL22/overview.png",
"note": null,
"belongs_to_projects": [
"harmony"
diff --git a/_msc_projects_finished/24_JelmerdeWolde_CompliantMobileManipulation.html b/_msc_projects_finished/24_JelmerdeWolde_CompliantMobileManipulation.html
index fbea692..ca7d7d9 100644
--- a/_msc_projects_finished/24_JelmerdeWolde_CompliantMobileManipulation.html
+++ b/_msc_projects_finished/24_JelmerdeWolde_CompliantMobileManipulation.html
@@ -30,7 +30,12 @@
- name: Code
icon: bi-github
url: "https://github.com/tud-amr/mobile-manipulator-compliance"
+ - name: Clearpath Blog
+ url: https://clearpathrobotics.com/blog/2024/07/delft-university-of-technology-advances-compliance-behavior-with-dingo-o-mobile-manipulator/
---
+
+ A paper based on this thesis has been accepted for presentation at the IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS) 2024.
+
@@ -43,6 +48,7 @@
Summary
+
As robots transition from industrial settings to human-centered spaces, integrating mobile manipulation and compliant control becomes vital for efficient and safe task execution.
Mobile manipulation extends the robot's workspace by combining navigation and manipulation capabilities, enhancing flexibility and efficiency.
diff --git a/_paper_websites/impedance4mm.md b/_paper_websites/impedance4mm.md
new file mode 100644
index 0000000..41ad091
--- /dev/null
+++ b/_paper_websites/impedance4mm.md
@@ -0,0 +1,86 @@
+---
+title: "Current-Based Impedance Control for Interacting with Mobile Manipulators"
+authors:
+ - name: "Jelmer de Wolde"
+ #url: "https://andreumatoses.github.io/"
+ superscript: "1"
+ - name: "Luzia Knoedler"
+ url: "https://scholar.google.com/citations?user=oQKJuLoAAAAJ&hl=en&oi=ao"
+ superscript: "1"
+ - name: "Gianluca Garofalo"
+ url: "https://scholar.google.com/citations?user=oQKJuLoAAAAJ&hl=en&oi=ao"
+ superscript: "2"
+ - name: "Javier Alonso-Mora"
+ # url: "https://andreumatoses.github.io/"
+ superscript: "1"
+affiliations:
+ # - name: "Equal contribution"
+ # superscript: "*"
+ - name: "TU Delft"
+ superscript: "1"
+ url: "https://tudelft.nl"
+
+ - name: "ABB Corporate Research"
+ superscript: "2"
+ # - name: "Wien Opera House"
+ # superscript: "†"
+release_date: 2024-03-18 # publication or relevant date, approximated if not sure. Just for display purposes and ordering.
+links: # If you have other website for the project, github repos, datasets, etc. put it here. You can also add an icon from https://icons.getbootstrap.com/
+ - name: arXiv
+ icon: bi-file-earmark-pdf
+ url: "https://arxiv.org/pdf/2403.13079"
+ - name: Code
+ icon: bi-github
+ url: https://github.com/tud-amr/mobile-manipulator-compliance
+ - name: Clearpath Blog
+ url: https://clearpathrobotics.com/blog/2024/07/delft-university-of-technology-advances-compliance-behavior-with-dingo-o-mobile-manipulator/
+---
+
+
+
+
Guidance Mode
+
+
+ Allows guiding the mobile manipulator around the workspace through interacting with the arm. The target is statically placed in the reference frame of the base.
+
+
+
+
Tracking Mode (speed x2)
+
+
+ End-effector (green circle) tracks target (red dot) while being compliant with user interactions. The target is placed in the reference frame of the world.
+
+
+
+
+ Abstract
+
+As robots shift from industrial to human-centered spaces, adopting mobile manipulators, which expand workspace capabilities, becomes crucial. In these settings, seamless interaction with humans necessitates compliant control. Two common methods for safe interaction, admittance, and impedancecontrol, require force or torque sensors, often absent in lowercost or lightweight robots. This paper presents an adaption of impedance control that can be used on current-controlled robots without the use of force or torque sensors and its application for compliant control of a mobile manipulator. A calibration method is designed that enables estimation of the actuators’ current/torque ratios and frictions, used by
+the adapted impedance controller, and that can handle model errors. The calibration method and the performance of the designed controller are experimentally validated using the Kinova GEN3 Lite arm. Results show that the calibration method is consistent and that the designed controller for the arm is compliant while also being able to track targets with fivemillimeter precision when no interaction is present. Additionally, this paper presents two operational modes for interacting with the mobile manipulator: one for guiding the robot around the workspace through interacting with the arm and another for executing a tracking task, both maintaining compliance to external forces. These operational modes were tested in realworld experiments, affirming their practical applicability and effectiveness.
+
+
+
diff --git a/assets/images/papers/impedance4mm/images/real_world_results.png b/assets/images/papers/impedance4mm/images/real_world_results.png
new file mode 100644
index 0000000..c047d73
Binary files /dev/null and b/assets/images/papers/impedance4mm/images/real_world_results.png differ
diff --git a/assets/images/papers/impedance4mm/videos/guide_shortened.mp4 b/assets/images/papers/impedance4mm/videos/guide_shortened.mp4
new file mode 100644
index 0000000..28c764b
Binary files /dev/null and b/assets/images/papers/impedance4mm/videos/guide_shortened.mp4 differ
diff --git a/assets/images/papers/impedance4mm/videos/track_shortened.mp4 b/assets/images/papers/impedance4mm/videos/track_shortened.mp4
new file mode 100644
index 0000000..cad457f
Binary files /dev/null and b/assets/images/papers/impedance4mm/videos/track_shortened.mp4 differ
diff --git a/assets/images/papers/scl-RAL22/overview.png b/assets/images/papers/scl-RAL22/overview.png
new file mode 100644
index 0000000..2eabd25
Binary files /dev/null and b/assets/images/papers/scl-RAL22/overview.png differ