Tamás Nepusz

Results 34 issues of Tamás Nepusz

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...

perf

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...

bug