Print out the diffs between ideal and solved

For each target in the target map, print the difference between
the solved map and the ideal (given target map), from the perpsective
of the ideal reference frame

Change-Id: I1469a39cf29558fc800f7a026865184ea70637c4
Signed-off-by: Jim Ostrowski <yimmy13@gmail.com>
diff --git a/y2024/vision/target_mapping.cc b/y2024/vision/target_mapping.cc
index 4727814..269b1b9 100644
--- a/y2024/vision/target_mapping.cc
+++ b/y2024/vision/target_mapping.cc
@@ -454,6 +454,7 @@
     if (!FLAGS_dump_stats_to.empty()) {
       mapper.DumpStats(FLAGS_dump_stats_to);
     }
+    mapper.PrintDiffs();
   }
 }