Skip to content

rfayat/AHRS_cython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AHRS_cython

A few AHRS filters in Cython.

Installation

From the desired python (>=3.6) environment, clone the repository. From the repository's directory, install the requirements and run the compilation and installation pipelines:

$ git clone https://github.com/rfayat/AHRS_cython.git
$ cd AHRS_cython
$ pip install -r requirements.txt
$ python setup.py build_ext --inplace
$ pip install .

About

A few AHRS filters in Cython.

Resources

License

Stars

Watchers

Forks