mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-20 00:51:41 +00:00
List types should never be optional if sent to NT because an empty list conveys the same thing. The equivalent C++ struct takes the same approach with empty vectors rather than an optional vector.