Tamás Nepusz
Tamás Nepusz
"igraph_bool_t loops" arguments should be replaced with "igraph_loops_t loops" where it makes sense.
Several functions use `igraph_bool_t` as the type of their `loops` argument even though we have `igraph_loops_t`. In some cases, it would make sense to allow all three options (no loops,...
With a large number of concurrent uploads (approximately 200-250 concurrent uploads on Mac, somewhat less on Linux), the `_tx_queue` channel in `CommandExecutionManager` may become full. This queue is fed by...
Most flight controllers have an upper limit on the number of points they can handle in the geofence. We don't know the limit in advance and it would be a...
The selector that calculates the average UAV headings (`getAverageHeadingOfActiveUAVs()`) and the component that updates the battery summary in the header (`BatteryStatusUpdater`) both use `getActiveUAVIds()` to select the UAVs that should...