diff --git a/include/scrimmage/plugins/autonomy/Square/Square.h b/include/scrimmage/plugins/autonomy/Square/Square.h
new file mode 100644
index 0000000000..32f9398e1a
--- /dev/null
+++ b/include/scrimmage/plugins/autonomy/Square/Square.h
@@ -0,0 +1,110 @@
+/*!
+ * @file
+ *
+ * @section LICENSE
+ *
+ * Copyright (C) 2017 by the Georgia Tech Research Institute (GTRI)
+ *
+ * This file is part of SCRIMMAGE.
+ *
+ * SCRIMMAGE is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the
+ * Free Software Foundation, either version 3 of the License, or (at your
+ * option) any later version.
+ *
+ * SCRIMMAGE is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with SCRIMMAGE. If not, see .
+ *
+ * @author Natalie Rakoski
+ * @author Kevin DeMarco
+ * @date 10 April 2021
+ * @version 0.1.0
+ * @brief Brief file description.
+ * @section DESCRIPTION
+ * A Long description goes here.
+ *
+ */
+
+#ifndef INCLUDE_SCRIMMAGE_PLUGINS_AUTONOMY_SQUARE_SQUARE_H_
+#define INCLUDE_SCRIMMAGE_PLUGINS_AUTONOMY_SQUARE_SQUARE_H_
+#include
+#include
+#include
+
+#include
+
+#include