Skip to content

henrykrumb/polaris-marker-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Polaris Marker Generator

Command-line tool for NDI Polaris marker fixture generation.

GitHub Actions Workflow Status

Features

  • Show attributes of existing NDI Polaris ROM files (can be generated by 6D architect)
  • Generate OpenSCAD files from NDI Polaris ROMs

Planned

  • Generate ROMs from JSON definition files

Usage

It might be convenient for you to first create a virtual environment for this project, in which its dependencies can be installed easily:

virtualenv env
source env/bin/activate
pip install -r requirements.txt

Once all this is set, you can use

python3 run.py inspect <ROM.rom>

on an existing ROM file to show its content.

To generate a scad model, use:

python3 run.py export <ROM.rom> -o <OUTPUT.scad>

About

Generate marker fixtures for NDI Polaris trackers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published