Skip to content

BJCaasenbrood/SorotokiCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation


CircleCI MATLAB Static Badge Discord GitHub

Sorotoki is an open-source MATLAB toolkit for soft robotics that includes an array of tools for design, modeling, and control. Due to its scientific diversity, it can be challenging for new researchers to quickly familiarize themselves with multiple scientific areas. With the aim to lower this threshold, Sorotoki aims to incorporate multiple layers of soft robotics research into one compact toolkit. Examples include: continuum mechanics, dynamic systems and control theory, topology optimization, computer graphics, and much more to come! The combination provides a highly flexible programming environment and will hopefully aid the development of novel soft robotic research.

Installation via Matlab Package Installer (MPI)

The toolkit is easy to install using the Matlab Package Installer (mpi). Please follow the Installation Guide.

Applications highlights

  • Sdf - Implicit modeling with Signed Distance Functions (SDFs),
  • Fem - Finite element method (FEM) using hyper-elastic materials,
  • Topo - Topology optimization of (pressure-driven) soft robots,
  • Model - Dynamical modeling through geometric theory,
  • Control - Real-time control of soft robots via Raspi-interface,
  • GModel - Fast graphics rendering with responsive textures.

What can it do?

Citation

If you are planning on using Sorotoki in your (academic) work, please consider citing the toolkit

@article{Caasenbrood2024,
	author = {Caasenbrood, Brandon J. and Pogromsky, Alexander Y. and Nijmeijer, Henk},
	title = {{Sorotoki: A Matlab Toolkit for Design, Modeling, and Control of Soft Robots}},
	journal = {IEEE Access},
	volume = {12},
	pages = {17604--17638},
	year = {2024},
	publisher = {IEEE},
	doi = {10.1109/ACCESS.2024.3357351}
}