Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.76 KB

File metadata and controls

31 lines (22 loc) · 1.76 KB

MultiDLO: Simultaneous Shape Tracking of Multiple Deformable Linear Objects with Global-Local Topology Preservation

This repository contains the code for MultiDLO, an algorithm for tracking multiple DLOs from RGB-D streams. This software is an implementation of our paper, MultiDLO: Simultaneous Shape Tracking of Multiple Deformable Linear Objects with Global-Local Topology Preservation, by Jingyi Xiang and Holly Dinkel. Code is implemented in Python and C++, and the paper preprint is shared here.

Get Started

The run instructions page provides information on package installation and use.

Learn More

The slideshow presentation delivered at the 2023 3rd Workshop on Representing and Manipulating Deformable Objects at the IEEE International Conference on Robotics and Automation in London, UK is shared for further motivation and information about this project.

slideshow presentation

Bibtex

@inproceedings{xiang2023multidlo,
    author = {Xiang, J. and Dinkel, H.},
    year = {2023},
    booktitle={{IEEE Int. Conf. Robot. Autom. (ICRA) Workshop on Representing and Manipulating Deformable Objects}},
    title = {\href{https://doi.org/10.48550/arXiv.2310.13245}{MultiDLO: Simultaneous Shape Tracking of Multiple Deformable Linear Objects with Global-Local Topology Preservation}},
    month = {5}
}