Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.66 KB

File metadata and controls

32 lines (19 loc) · 1.66 KB

ContinuumRobotExamples

Continuum robots have elastic links which are capable of large-scale continuous deformations. This repo has example scripts to simulate continuum robots of various design paradigms. Each example is accompanied by a short write-up in PDF format.

alt text

Motivation

  • Introduce continuum robot modeling
  • Demonstrate advanced concepts such as dynamic simulation
  • Disseminate published academic results

Continuum and soft robotics problems can have a steep learning curve. The mechanics of robot motions are described by differential equations. Controlling a robot may depend on writing a simulation loop to numerically solve for robot behavior at interactive rates. Although there is fundamental complexity which is difficult to generalize in software, this repo aims to provide an easier path with examples as learning aids.

Prerequisites

License

This project is licensed under the MIT 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 compiler and operating system for any software related bugs.

Acknowledgements

Thanks to the continuum robotics research community for creating many exciting robot designs and publishing great papers showing how one can use mathematical modeling to gain deeper understanding of physical systems.