thecountoftuscany / PyTeapot-Quaternion-Euler-cube-rotation

Visualization of IMU orientation from quaternion or Euler angles with a rotating cube
GNU General Public License v3.0
144 stars 42 forks source link

No argparse interface for controlling the program #8

Closed sandeepnmenon closed 2 years ago

sandeepnmenon commented 2 years ago

Raising issue for the TODO Add a nice [[https://docs.python.org/3/library/argparse.html][ ~argparse~ ]] interface instead of requiring the user to change variables in the script. Include example usage in docstring (a la [[https://tldr.sh/][tldr]] or [[http://bropages.org][bro]])

Raising PR with implementation

7

sandeepnmenon commented 2 years ago

Code in PR #10 . Closing this issue