03 Aug, 2021

1 commit


29 Jul, 2021

1 commit

  • - Some steps towards decoupling GUI and domain logic, namely, by adding
      classes Navigation and Tracker, which take some of the responsibility
      previously handled by NeuronavigationPanel.
    
    - This is done to prepare to do some changes in the GUI, such as
      moving "Navigate" button elsewhere -- previously, it was hard
      to do due to the elements in the GUI being tightly coupled with the
      implementation of navigation.
    
    - Also some other minor clean-up and style improvements, such as
      using more consistent and more descriptive variable names
    Olli-Pekka Kahilakoski
     

28 Jul, 2021

1 commit

  • * ADD: Optional use of trigger pedal
    
    - Show the pedal status in a checkbox in the UI. Add actual
      functions for the pedal later.
    
    - For now, hide the feature behind a feature-flag (--use-pedal)
    
    * Review comment: Make MIDI requirements optional
    
    Co-authored-by: Olli-Pekka Kahilakoski <olli-pekka.kahilakoski@aalto.fi>
    okahilak
     

27 Jul, 2021

1 commit


26 Jul, 2021

1 commit


20 Jul, 2021

4 commits


19 Jul, 2021

1 commit


18 Jul, 2021

2 commits


16 Jul, 2021

2 commits


15 Jul, 2021

5 commits


12 Jul, 2021

1 commit


01 Jul, 2021

1 commit


30 Jun, 2021

1 commit

  • * add initial modifications to add optitrack tracker
    
    * fix variable names on coordinate function of optitrack
    
    * add transformation euler from quaternion
    
    * fix input order of quaternions to euler_from_quaternion function
    
    * add conversion to degrees in quaternion transformation on optitrack funcion
    
    * fix scale
    
    * fix coordinates order in array and modify X,Y,Z coordinate system in optitrack coordinate function
    
    * add update cameras/frame function before Run function
    
    * add Run function after Initialize
    
    * removed update before Run optitrack function
    
    * reduce Sleep_navigation variable
    
    * add documentation to optitrack functions
    
    * add condition to when optitrack hardware Key is not found
    sotodela
     

28 Jun, 2021

1 commit


25 Jun, 2021

4 commits


23 Jun, 2021

2 commits


22 Jun, 2021

3 commits


19 Jun, 2021

2 commits


18 Jun, 2021

2 commits


16 Jun, 2021

1 commit


15 Jun, 2021

3 commits