acmerobotics / ftc-dashboard

React-based web dashboard designed for FTC
https://acmerobotics.github.io/ftc-dashboard
Other
178 stars 137 forks source link

TelemetryPacket.addData() returns null instead of an Item #103

Open cmacfarl opened 1 year ago

cmacfarl commented 1 year ago

https://github.com/acmerobotics/ftc-dashboard/blob/master/FtcDashboard/src/main/java/com/acmerobotics/dashboard/telemetry/TelemetryPacket.java#L107

This results on a followon call to MultipleTelemetry.setValue() throwing a NullPointException when it iterates unchecked through the items list which contains 2 items, one of which is null.