For the altitude display in gamer-gui, we want to connect it with actual data from the altitude_stream in Redis. You can see an example of how this is done with the flightpathmap component. Essentially, we have to run a while loop that keeps reading off unread entries in the stream and displaying it on the UI.
For the altitude display in
gamer-gui, we want to connect it with actual data from thealtitude_streamin Redis. You can see an example of how this is done with theflightpathmapcomponent. Essentially, we have to run a while loop that keeps reading off unread entries in the stream and displaying it on the UI.