Remove a bunch of references to "@org_frc971"

Downstream users use this as @aos. Use a combination of the clean_dep macro
and repo mappings to make it so that we will no longer have to maintain
diffs across the repositories.

The remaining differences are largely in some random rust files.

Change-Id: Ie10c88c299bc1ee9a0309a6a5536c49638519557
Signed-off-by: James Kuszmaul <james.kuszmaul@bluerivertech.com>
diff --git a/aos/analysis/in_process_plotter.cc b/aos/analysis/in_process_plotter.cc
index dcb60b7..6c45389 100644
--- a/aos/analysis/in_process_plotter.cc
+++ b/aos/analysis/in_process_plotter.cc
@@ -12,8 +12,8 @@
 namespace aos::analysis {
 
 namespace {
-const char *kDataPath = "aos/analysis/cpp_plot";
-const char *kConfigPath = "aos/analysis/plotter.json";
+const char *kDataPath = "../" AOS_REPO_NAME "/aos/analysis/cpp_plot";
+const char *kConfigPath = "../" AOS_REPO_NAME "/aos/analysis/plotter.json";
 }  // namespace
 
 Plotter::Plotter()