Skip to content

This project is part of a study carried out in a group for work in school preparation. It aims to simulate a leg of an exoskeleton.

License

Notifications You must be signed in to change notification settings

UrocyonF/Exoskeleton_legs_simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exoskeleton legs simulator - 2021 / 2022

Table of contents

  1. General Information
  2. Technologies
  3. Files Organisation
  4. How to use

General Informations

This project is part of a study carried out in a group for work in school preparation. This project aims to simulate a leg of an exoskeleton. This part is a simulation of the exoskeleton Atalante, developed by the company Wandercraft.

The simulation is based on the study of the exoskeleton, which is available in the documents folder. All the sources of the project are written in French, but the algorithm is in English and commented in French. This subject is available on the Upsti website. The simulation is based on the algorithm of the study but aims to go further in the study and simulate the movement of the exoskeleton and all the forces acting on it.

A large part of the algorithms is based on the work of Marc BUFFAT on the modeling of a robot arm with sympy. This work has been reinterpreted and adapted for the simulation of the leg exoskeleton.


Technologies

A list of technologies used within the project:


Files Organisation

The project is organised as follow:

├── calcul_dichoto.py
├── simulation.py
├── animation.gif
├── documents
│   ├── E3A-PSI-2019-ExosqueletteAtalante-Sujet.pdf
│   ├── Exoskeleton_study_summary_FR.pdf
│   ├── Exoskeleton_study_FR.pdf
│   ├── Algorithm.pdf
│   ├── Algorithme_FR.pdf
╵   └── Basic_functions_Sympy_Scipy_Numpy_FR.pdf

This file contains the dichotomy algorithm to find the angle of the knee joint. This algorithm is made to solve one of the question of the subject.

This file contains the simulation of the exoskeleton. This simulation is made to simulate the movement of the exoskeleton and computing some of the forces acting on it. You can uncomment the line 136 to 139 if you want to save again the animation as a gif.

This file is the animation of the simulation. This animation is made to show the movement of the exoskeleton.

This folder contains all the documents of the study of the exoskeleton. This study is made to understand the exoskeleton and to find the algorithm to simulate it.

This file is the subject of the study of the exoskeleton. This subject is a subject of competitive admission to French engineering schools, specializing in Engineering Sciences and Computer Science dating from 2019.

This file is the summary of the study we made of the exoskeleton proposed in the subject. It follow the same structure as the subject. It is written in French.

This file is the study we made of the exoskeleton proposed in the subject. It respond to all the questions of the subject of the part that is concerned with moving from sitting to standing. It is written in French.

This file is a representation of the algorithm we made to simulate the exoskeleton and is written in English.

This file is the same as the previous one but is written in French.

This file is a summary of the basic functions of the libraries used in the project and is written in French.


How to use

After installing python and all the dependencies (see Technologies). Run the simulation.py file to have the simulation and all the calculations.

About

This project is part of a study carried out in a group for work in school preparation. It aims to simulate a leg of an exoskeleton.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages