Allow configuring maximum target count (#2338)

This commit is contained in:
Wave Robotics - 2826
2026-02-01 18:19:13 -06:00
committed by GitHub
parent 77457219c7
commit 09e6d45e77
30 changed files with 239 additions and 85 deletions

View File

@@ -31,6 +31,8 @@ public class Packet {
// Read and write positions.
int readPos, writePos;
public static final int MAX_ARRAY_LEN = Byte.MAX_VALUE;
/**
* Constructs an empty packet. This buffer will dynamically expand if we need more data space.
*