JARVIS-MoCap / JARVIS-TriggerFirmware

Trigger Firmware for the he JARVIS 3D Markerless Pose Estimation Toolbox

Home Page:https://jarvis-mocap.github.io/jarvis-docs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JARVIS-TriggerFirmware

Quick Upload instructions

Linux

  • Clone the repository with:

    git clone --recursive https://github.com/JARVIS-MoCap/JARVIS-TriggerFirmware.git
    
  • Setup udev rules by running:

    curl -fsSL https://raw.githubusercontent.com/platformio/platformio-core/develop/platformio/assets/system/99-platformio-udev.rules | sudo tee /etc/udev/rules.d/99-platformio-udev.rules
    
  • Make sure you are in the JARVIS-TriggerFirmware Directory and run:

         sh install_arduino_uno.sh
    

Windows

  • Make sure you have a recent version of Python installed. You can either get it directly from the Microsoft Store or download it from here.

  • Clone the repository with:

    git clone --recursive https://github.com/JARVIS-MoCap/JARVIS-TriggerFirmware.git
    
  • Make sure you are in the JARVIS-TriggerFirmware Directory and run:

    .\install_arduino_uno.bat
    
  • If the install throws an error related to Long Path Support first remove the JARVIS-TriggerFirmware\PlatformIO\install directory and then open a command prompt as administrator and run:

    reg add "HKLM\SYSTEM\CurrentControlSet\Control\FileSystem" /v LongPathsEnabled /t REG_DWORD /d 1
    

Raspberry Pi Pico:

If you encounter a error regarding missing libhidapi-hidraw0 install it with:

 sudo apt install -y libhidapi-hidraw0

Contact

JARVIS was developed at the Neurobiology Lab of the German Primate Center (DPZ). If you have any questions or other inquiries related to JARVIS please contact:

Timo Hüser - @hueser_timo - timo.hueser@gmail.com

About

Trigger Firmware for the he JARVIS 3D Markerless Pose Estimation Toolbox

https://jarvis-mocap.github.io/jarvis-docs/

License:GNU Lesser General Public License v2.1


Languages

Language:C++ 70.7%Language:C 17.6%Language:Python 9.6%Language:Shell 1.1%Language:Batchfile 1.0%