Skip to content

amiguet/pymugic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a fork of PyTeapot-Quaternion-Euler-cube-rotation by Nishant Elkunchwar. It has been modified to get data from the MUGIC IMU.

This is a quick'n dirty hack but it works reasonably for me. YMMV, though.

To get it working, you'll probably need at least some basic knowledge of the python language. On Linux, this should work:

  1. Clone the repos

  2. create a virtual environment and activate it

    $ python -m venv venv
    $ source venv/bin/activate
    
  3. install dependencies

    $ pip install -r requirements.txt
    
  4. launch

    $ python pymugic.py
    

Note Please make sure you are using python 3.x. Dependending on your system you might need to replace python with python3 or py3 and maybe pip with pip3.

About

Vizualizing data from the MUGIC IMU

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages