Fix aux target bug

This commit is contained in:
Matt
2019-11-28 08:31:59 -08:00
parent 922bceda3e
commit 2347cade4e

View File

@@ -214,7 +214,7 @@ public class VisionProcess {
ntYawEntry.setDouble(targets.get(0).yaw);
ntAreaEntry.setDouble(targets.get(0).area);
try {
ntAreaEntry.setString(objectMapper.writeValueAsString(targets));
ntAuxListEntry.setString(objectMapper.writeValueAsString(targets));
} catch (JsonProcessingException e) {
e.printStackTrace();
}