Mingrui-Yu / DLO_planning_2

Repository for the IJRR paper "Generalizable whole-body global manipulation of deformable linear objects by dual-arm robot in 3-D constrained environments"
https://mingrui-yu.github.io/DLO_planning_2/
MIT License
10 stars 0 forks source link

deformable linear objects #1

Closed unishuai closed 3 days ago

unishuai commented 1 week ago

Hello,

I hope this message finds you well. I have been studying your paper "Generalizable whole-body global manipulation of deformable linear objects by dual-arm robot in 3-D constrained environments". I am particularly interested in the soft-body model you implemented for deformable linear objects (DLOs) . I believe this is one of the best articles on flexible cable manipulation!!!! I noticed that the URDF file in the project only contains the robot model, and I couldn't find the soft-body model file. Where can I obtain the soft-body model? Thank you!

Mingrui-Yu commented 4 days ago

Thank you for your interest and recognition. Regarding your question, there is no URDF file for the cable. In the planning, we model the DLO using the discrete elastic rod model, which is implemented in C++. In the Unity simulation, we use the Obi package, which is included in the Unity project.

unishuai commented 1 day ago

Thanks again for your reply!