Contient l'ensemble des scripts afin de se connecter la capteur Polhemus liberty
Contient tous les scripts pour connecter le capteur et stocker les trames dans un ficher texte. Contient aussi une scène SOFA, avec un exemple de python controller pour importer les données dans SOFA
Librairie libusb1 pour la connexion USB:
pip3 install libusb1
For utilisation with SOFA, you will need splib module. You may test the import of the data in SOFA by launching the scenes SOFA_scene_polhemus.py
Juste un copié-collé de code existant : non testé.
To launch the script, you have to do the following commands to open the usb port. You have to do that every time you reconnect the sensor as te device change.
~ $ lsusb
Bus 001 Device 014: ID 0f44:ff20 Polhemus Liberty 2.0
~ $ lsusb | grep 014 | sed -nr 's|Bus (.*) Device ([^:]*):.*|/dev/bus/usb/\1/\2|p'
/dev/bus/usb/001/014
~ $ sudo chmod 777 /dev/bus/usb/001/014