Simulate a Tube Robot #60
-
Hi there, Im searching for a way to simulate a concentric tube robot and I stumbled upon PyElastica. Can I simulate tubes using this software? Its not clear to me that i can after going through your website. This may be a very simple question, but I wanted to be sure before I dive deeper into PyElastica. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
@LMI-pewpew Hi, Yes, you can simulate tubes. I'm also working on a softrobot project that uses a silicon tube, and I'm using PyElastica as a simulation tool. I use In my experience, the simulation gives accurate kinematics as long as there is no buckling. Also, I wouldn't expect the change in radius to be accurate, since the original |
Beta Was this translation helpful? Give feedback.
@LMI-pewpew Hi,
Yes, you can simulate tubes. I'm also working on a softrobot project that uses a silicon tube, and I'm using PyElastica as a simulation tool. I use
CosseratRod
in the package and manually modify thearea
,bend_matrix
, andshear_matrix
.In my experience, the simulation gives accurate kinematics as long as there is no buckling. Also, I wouldn't expect the change in radius to be accurate, since the original
CosseratRod
assumes a circular (not hollow) cross-section, but I found this is not significant for a mild deformation.