There's a terminal-based interface made with ncurses that can be used to visualize telemetry sent to the PC terminal from the quadcopter. The PC terminal program is modified to try and open a socket to connect to the service when you run make upload-run
or make run
. All telemetry received is then also sent there to be displayed.
To use the interface, just run make
in the folder Interface
off the root directory. Then execute it with ./interface
.