fix call to apriltag solver so code builds

Signed-off-by: Yash Chainani <yashchainani28@gmail.com>
Change-Id: I42f0dce780c318229ffe565141c6da5d184de064
diff --git a/y2022/vision/target_mapping.cc b/y2022/vision/target_mapping.cc
index b65e5a3..a7165bb 100644
--- a/y2022/vision/target_mapping.cc
+++ b/y2022/vision/target_mapping.cc
@@ -261,7 +261,7 @@
           .first;
 
   frc971::vision::TargetMapper mapper(FLAGS_json_path, target_constraints);
-  mapper.Solve();
+  mapper.Solve("rapid_react");
 
   // Pointers need to be deleted to destruct all fetchers
   for (auto &charuco_extractor_ptr : charuco_extractors) {