Giter Club home page Giter Club logo

soft-robotics-matlab's Introduction

Dynamic modeling of Soft Robots for MATLAB

THIS CODE IS OUT-DATED! Please check the following link:

https://github.com/BJCaasenbrood/soft-robot-model-MATLAB

Soft robotics is a relatively new field of robotics with promising future applications. Yet, regarding traditional robotics, the field of soft robotics is still stages of inception, especially regarding modeling, control. Here, we (freely) offer code from MATLAB to model and simulate a soft robot manipulator. To use the provided MATLAB code, follow the steps below

  • run computeDynamics.m to obtain the dynamics model (i.e., M.dqq + C.dq + F + N = tau), which will generate MATLAB code which can be copy-pasted from the command window. In the file, there are several options to change the dynamics; for instance, two-dimension, linear material stiffness, neglecting extensional backbone, etc. We recommend the default settings:
PlanarDynamics      = false;
NeglectRotational   = true;
NeglectExtensible   = false;
ReduxRotational     = true;
LinearDampingFunc   = true;
LinearStiffnessFunc = false;
IncludeBaseVelocity = false;
  • update the ODE in simulateDynamics.m to the desired dynamic model (line 107 - 130). If you use a 2-dof model, be aware of the model dimension and thus the code requires some changes!

  • run simulateDynamics.m.

  • (optional) enable ShowSimulation in simulateDynamics.m, to preview a real-time deformation render.

Paper: http://dx.doi.org/10.1016/j.ifacol.2020.12.2209

soft-robotics-matlab's People

Contributors

bjcaasenbrood avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

zhangyanglyu

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.