This repository has been archived by the owner on Dec 1, 2020. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Created a more MVC (model, view, controller) based program. The structure is better readable and easier to change in the future. Also added two new buttons to simulate the rocker switch input and reordered the button layout to be more logical. The model of the MVC has not been separately created because this GUI is relatively easy and an extra file would only make it less readable. * Removed the deprecated files and changed the reference of the GUI in the plugin to the newly created program. * Fixed flake8 errors * changed the rocker switch publish to use the increment or decrement variable. * Added the new gait instruction msg variable to send feedback on incrementing and decrementing using the rocker switch. Co-authored-by: Olav de Haas <[email protected]> Co-authored-by: JorisWeeda <[email protected]>
- Loading branch information