Skip to content

roboticslab-uc3m/textiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

textiles


Main repository for the research related to textile perception and manipulation at the University Carlos III of Madrid.







Textiles: Manipulation and Perception of Deformable Objects

The Textiles repository currently hosts two main lines of research:

Garment Unfolding

In [1] we developed a garment-agnostic algorithm to unfold clothes that works using 3D sensor information. The depth information provided by the sensor is converted into a grayscale image. This image is segmented using watershed algorithm. This algorithm provide us with labeled regions, each having a different height. In this labeled image, we assume that the highest height region belongs to the fold. Starting on this region, and ending in the garment border, tentative paths are created in several directions to analyze the height profile. For each profile, a bumpiness value is computed, and the lowest one is selected as the unfolding direction. A final extension on this line is performed to create a pick point on the fold border, and a place point outside the garment. In [2] we offer an extended description of the same original algorithm.

Later on, we wrote about future trends we expect in this field [3].

We have been developing this algorithm and extend its application to other kind of robots, such as industrial manipulators. A novel enhanced version of the algorithm with extended experimental validation has been sent and is currently under review.

Garment Ironing

We have developed an algorithm that allows a humanoid robot to iron garments with unmodified human tools. This work has been submitted for peer-reviewed publication and it is currently under review.

Repository

Structure of the repository:

  • /images
  • /ironing - robotic garment ironing applications developed with TEO the humanoid robot
  • /unfolding - robotic garment unfolding applications developed with TEO the humanoid robot.
  • /unfolding-industrial - robotic garment unfolding applications developed with industrial robots. (Under development).

Publications

Here you can find listed all publications related to the code hosted in this repository.

[1] David Estevez, Juan G. Victores, Santiago Morante, Carlos Balaguer. Towards Robotic Garment Folding: A Vision Approach for Fold Detection. International Conference on Autonomous Robot Systems and Competitions (ICARSC). 2016. [PDF] [poster] [bib] [URL]

[2] David Estevez. Towards Robotic Clothes Folding: A Garment-Agnostic Unfolding Algorithm. Master's Thesis. 2016. [PDF] [slides] [bib] [URL]

[3] David Estevez, Juan G. Victores, Carlos Balaguer. Future Trends in Perception and Manipulation for Unfolding and Folding Garments. Open Conference on Future Trends in Robotics (RoboCity 2016). 2016. [PDF] [slides] [bib] [URL]