Skip to content

This code is associated to the paper Tummers et al., “Cosserat Rod Modeling of Continuum Robots from Newtonian and Lagrangian Perspectives,” IEEE T-RO. (DOI 10.1109/TRO.2023.3238171) to model tendon actuated continuum robots through both the Newtonian and Lagrangian approaches. Compared to the literature, both approaches are extended with novelties

License

Notifications You must be signed in to change notification settings

TIMClab-CAMI/Cosserat-Rod-Modeling-of-Tendon-Actuated-Continuum-Robots

Repository files navigation

Cosserat Rod Modeling of Tendon Actuated Continuum Robots

This code is associated to the following paper, which we request to be explicitly cited in all forms of communication of your work:

Matthias Tummers, Vincent Lebastard, Frédéric Boyer, Jocelyne Troccaz, Benoît Rosa, and M. Taha Chikhaoui (2023): “Cosserat Rod Modeling of Continuum Robots from Newtonian and Lagrangian Perspectives”. IEEE Transactions on Robotics, 39(3): 2360-2378. DOI: 10.1109/TRO.2023.3238171

It models tendon actuated continuum robots (TACRs) through both the Newtonian and Lagrangian approaches. Compared to other references from the literature, both approaches are extended with novelties. The numerical implementation of the Newtonian approach features a tendon slope discontinuity term, allowing to model robots that involve such discontinuities. In the Lagrangian approach, the numerical resolution is performed through a linearization of the nonlinear static balance equations, which enables to use Newton-Raphson’s method (compared to the explicit time integration of an overdamped equivalent system in other references). Efficient spectral methods are used to calculate the residual vector and the Jacobian matrix thanks to a new boundary value problem (BVP), called the inverse kineto-static BVP, and its tangent BVP. For more details, please refer to the paper available at: https://hal.science/hal-03935561/ .

helical15

Structure of the code

  • The entry-point of the code repository is the "main.m" script that reproduces the results from the associated paper (see above).
  • The "tools" folder contains various general order tools regarding Lie algebra, Chebyshev grids, Legendre polynomials, spectral integration, quaternion operations, saving, reading, plotting results, etc.
  • To simulate a TACR with the Newtonian approach use the "Newtonian.m" (file/) function.
  • To simulate a TACR with the Lagrangian approach use the "Lagrangian.m" (file/) function. The "Lagrangian_approach_subfunctions" folder contains the files with the subfunctions used by the "Lagrangian.m" function and its subfunctions.
  • The material parameters of the simulated TACR are defined in the "materials.m" file. The routing of the tendons are defined in the "tendons.m" file.* Simulation results are saved to the "simulation_results" folder. The simulation result files should be read with the "read_result_N.m" or "read_result_L.m" (files/) functions for simulation results obtained with the Newtonian and Lagrangian approaches, respectively.

Prerequisites

  • MATLAB

License

This project is licensed under the GPL v3.0 License - see the LICENSE file for details.

Contributing

Feel free to submit pull requests and use the issue tracker to start a discussion about any bugs you encounter. Please provide a description of your MATLAB version and operating system for any software related bugs.

Acknowledgements

This work was supported by grants ANR-11-LABX-0004-01, ANR-19-P3IA-0003, ANR-20-CE33-0001, ANR-10-IAHU-0002, and ANR-18-CE19-0012.

About

This code is associated to the paper Tummers et al., “Cosserat Rod Modeling of Continuum Robots from Newtonian and Lagrangian Perspectives,” IEEE T-RO. (DOI 10.1109/TRO.2023.3238171) to model tendon actuated continuum robots through both the Newtonian and Lagrangian approaches. Compared to the literature, both approaches are extended with novelties

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published