Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 596 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 596 Bytes

python-sensor-simulation

Adrien Goeller 2021

Description

Tools for simulating sensors pressure for practice.

Who is it for ?

This code is made specially for a practical session of a lesson. A subject is driving students to make working.

Warning

This code is not well tested, so there is no guarantee that the expected behavior is the good one in all the situations.

installation

In a jupyter notebook, you can install it directly from github :

!pip install git+https://github.com/adriengoeller/python-sensor-simulation 

More information in the Labo.ipynb file.