cvra / robot-software

CVRA monorepo - All software running on our bots lives here
MIT License
43 stars 21 forks source link

GUI simulator + new menu system #181

Closed antoinealb closed 5 years ago

antoinealb commented 5 years ago

I don't know if this is worthy of being merged yet. But here is my implementation of a menu system written in c++, which makes it easier to write new pages. Included with it is a simulator for menus that works on macOS (not tested on Linux).

SyrianSpock commented 5 years ago

Had to fix the cmake to build on Linux, it works. We can merge it now IMO, I don't see any blockers except fixing the build by committing the missing gui/pages/PositionPage.h :wink:.