Skip to content
Snippets Groups Projects
Commit 92ffe217 authored by BALDIT Adrien's avatar BALDIT Adrien
Browse files

ab: update readme

parent 31c1ada1
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ The slider cranck mechanism is a classical linkage assembly that transforms a ro ...@@ -5,7 +5,7 @@ The slider cranck mechanism is a classical linkage assembly that transforms a ro
The mechanism is made of a frame(0), an eccentric (1), a connecting rod (2) and a slider (3) depicted by the following figure: The mechanism is made of a frame(0), an eccentric (1), a connecting rod (2) and a slider (3) depicted by the following figure:
![image](.readme_images/linkage_slider_cranck_mech.png) ![img](.readme_images/linkage_slider_cranck_mech.png)
This application aims to illustrate the kinematics of the mechanism. It replicates a free software that was available on MECAMEDIA but which is not maintained. It also exists a [MatLab version](https://github.com/mahmoudsamhoud/Cranck-Slider-Mechanism-Computational-Dynamics-). This application aims to illustrate the kinematics of the mechanism. It replicates a free software that was available on MECAMEDIA but which is not maintained. It also exists a [MatLab version](https://github.com/mahmoudsamhoud/Cranck-Slider-Mechanism-Computational-Dynamics-).
...@@ -16,4 +16,15 @@ Besides it illustrates some graphical kinematics tools such as trajectories, vel ...@@ -16,4 +16,15 @@ Besides it illustrates some graphical kinematics tools such as trajectories, vel
The application works with python37 and the required packages are: numpy and matplotlib The application works with python37 and the required packages are: numpy and matplotlib
To run the application, you might either:
* double click on `slider-cranck_mechanism_app.py` if you have a python interpreter set with the right version and libraries;
* in a terminal run the following command :
```
python slider-cranck_mechanism_app.py
```
**Configuration and plots are not automatically updatedwhen settings are changed.
You always have to modify the time position to observe the updates**
Perspectives are to show instantaneous center of rotation as well as their trajectories. The vector representation could also be improved. Perspectives are to show instantaneous center of rotation as well as their trajectories. The vector representation could also be improved.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment