ContinuumRobotExamples icon indicating copy to clipboard operation
ContinuumRobotExamples copied to clipboard

An incremental guide to continuum robot mathematical modeling and numerical implementation. The examples are divided into chapters within the folder structure, and each chapter contains a PDF and code...

Results 1 ContinuumRobotExamples issues
Sort by recently updated
recently updated
newest added

The fsolve() function in TendonRobotStatics.m can easily diverge when you give a little larger tendon forces. After tunning, this can be fixed by a more accurate initial guess, for example:...