Algorithm 1 Numerical estimation of the arc curvature () |
---|
Inputs: |
⊳ Robotically actuated delivery sheath tip position |
⊳ Specified tolerance |
Parameters: |
⊳ Arc length |
⊳ Rigid link length |
Outputs: |
⊳ Estimated arc curvature |
Method: |
1: ⊳ Arc plane angle |
2: |
3: ⊳ Initial estimate |
4: while do |
5: ⊳ Compute tip position with |
6: ⊳ Compute error (x- and y-axes) |
7: ⊳ Re-estimate , with (empirically determined) |
8: end while |