This SW solution is meant to run on the raspberry pi situated in the cockpit of the Sojuz Simulator. This controls all outputs (currenlty LEDs) and in future the inputs (buttons, joysticks) and eventually the two main displays.
To MANUALLY Build and run (without using visual studio).
- open a terminal and move to the ecm main folder containing this README.md. using: cd ../
- Create a build folder and configue the project using: cmake -S . -B build
- Build the project inside the build folder using cmake --build build
- call: ./build/apps/embedded_cockpit_manager