HTTP-APIs/hydra-flock-gui

Frequency of drone position update

xadahiya opened this issue ยท 6 comments

How frequently should we update the drone positions on the UI. I think 1 second is a good number, what do you guys think @chrizandr @Mec-iS @kkoci ?

kkoci commented

I think 1 sec is fair enough, but as I said earlier, we'll try to avoid lag, so maybe we'll have to test it

As by design, 15 secs loops.

@Mec-iS Won't 15 seconds be too slow for UI updates?

It depends from the zoom and the total area and the relative velocity of a drone. On a 12 zoom map a drone will look on the same position for a frequency of 1 sec (because of its limited speed).
Btw it can be solved by using blinking markers, these things can be tweaked and adjusted afterwards. Optimization after, implementation first.

Okay, Cool ๐Ÿ‘

Done