Skip to content

Commit

Permalink
Update publications.json
Browse files Browse the repository at this point in the history
added paper Saray on IL with fabrics
  • Loading branch information
saraybakker1 authored Sep 23, 2024
1 parent ab86a3f commit 6759364
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion _data/publications.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,28 @@
[
{
"title": "Safe and stable motion primitives via imitation learning and geometric fabrics",
"authors": [
"Saray Bakker",
"Rodrigo Pérez-Dattari",
"Cosimo Della Santina",
"Wendelin Böhmer",
"Javier Alonso-Mora",
],
"date": "2024-07-15",
"type": "workshop",
"venue": "Robotics: Science and Systems",
"links": [
{
"pdf": "/assets/files/publications/24_bakker_rss.pdf"
}
],
"note": null,
"belongs_to_projects": "interact",
"topics":[
"motion planning", "imitation learning"
],
"abstract": " Using the language of dynamical systems, Imitation learning (IL) provides an intuitive and effective way of teaching stable task-space motions to robots with goal convergence. Yet, these techniques are affected by serious limitations when it comes to ensuring safety and fulfillment of physical constraints. With this work, we propose to solve this challenge via TamedPUMA, an IL algorithm augmented with a recent development in motion planning called geometric fabrics. We explore two variations of this approach, which we name the forcing policy method and the compatible potential method. Making these combinations possible requires two enabling factors: the possibility of learning second-order dynamical systems by imitation and the availability of a potential function that is compatible with the learned dynamics. In this paper, we show how these conditions can be met when using an IL strategy called PUMA. The result is a stable imitation learning strategy within which we can seamlessly blend geometrical constraints like collision avoidance and joint limits. Beyond providing a theoretical analysis, we demonstrate TamedPUMA with simulated and real-world tasks, including a 7-degree-of-freedom manipulator that is trained to pick a tomato from a crate in the presence of obstacles. "
},
{
"title": "Reactive grasp and motion planning for adaptive mobile manipulation among obstacles",
"authors": [
Expand All @@ -19,7 +43,7 @@
"note": null,
"belongs_to_projects": "interact",
"topics":[
"motion planning"
"motion planning", "grasp planning"
],
"abstract": "Mobile manipulators are susceptible to situations in which the precomputed grasp pose is not reachable as the result of conflicts between collision avoidance behaviour and the manipulation task. In this work, we address this issue by combining real-time grasp planning with geometric motion planning for decentralized multi-agent systems, referred to as Reactive Grasp Fabrics (RGF). We optimize the precomputed grasp pose candidate to account for obstacles and the robot's kinematics. By leveraging a reactive geometric motion planner, specifically geometric fabrics, the grasp optimization problem can be simplified, resulting in a fast, adaptive framework that can resolve deadlock situations in pick-and-place tasks. We demonstrate the robustness of this approach by controlling a mobile manipulator in both simulation and real-world experiments in dynamic environments."
},
Expand Down

0 comments on commit 6759364

Please sign in to comment.