The Ground Station GUI used to display rocket data and telemetry.
- git
- cmake
sudo apt install libwayland-dev libxrandr-dev libxkbcommon-x11-dev libxinerama-dev libxcursor-dev libxi-dev
- Make sure to change the serial port path on line 33 of serialread.cpp to the port that RATS is using.
- Run
git clone --recursive [email protected]:cornellrocketryteam/Ground-Station.git
- Run
cmake .. -DGRAPHICS=GRAPHICS_API_OPENGL_21
in the build folder, then ` - Run the executable by running
./build/GroundStation