| Algorithm 1: Kinematic Parameter Self-Calibration Algorithm for Cable-Driven Hybrid Robots |
| Input: Structural height , measured cable length set , convergence threshold , Output: Calibrated parameters . Initialization: Initialize parameter vector . Data Collection: Collect cable length data for poses, satisfying . do: using Equation (43) with current parameters. Construct the least-squares objective function: . using the Levenberg–Marquardt (LM) algorithm. Calculate residuals and check for convergence. End Return Optimized parameter set . |