From 962f81847a95e0525a123502f5cf7b380176eef7 Mon Sep 17 00:00:00 2001 From: Steel Ridge Robotics Date: Tue, 21 Jun 2022 19:42:01 -0700 Subject: [PATCH] Setting up for Off season --- {Larry => Swerve}/.deploy_cfg | 0 {Larry => Swerve}/commands/drive_by_joystick.py | 0 {Larry => Swerve}/commands/joysticks.py | 0 {Larry => Swerve}/constants.py | 0 {Larry => Swerve}/conversions.py | 0 {Larry => Swerve}/robot.py | 0 {Larry => Swerve}/robotcontainer.py | 0 {Larry => Swerve}/simgui-ds.json | 0 {Larry => Swerve}/simgui-window.json | 0 {Larry => Swerve}/simgui.json | 0 {Larry => Swerve}/subsystems/swerve_drive.py | 0 11 files changed, 0 insertions(+), 0 deletions(-) rename {Larry => Swerve}/.deploy_cfg (100%) rename {Larry => Swerve}/commands/drive_by_joystick.py (100%) rename {Larry => Swerve}/commands/joysticks.py (100%) rename {Larry => Swerve}/constants.py (100%) rename {Larry => Swerve}/conversions.py (100%) rename {Larry => Swerve}/robot.py (100%) rename {Larry => Swerve}/robotcontainer.py (100%) rename {Larry => Swerve}/simgui-ds.json (100%) rename {Larry => Swerve}/simgui-window.json (100%) rename {Larry => Swerve}/simgui.json (100%) rename {Larry => Swerve}/subsystems/swerve_drive.py (100%) diff --git a/Larry/.deploy_cfg b/Swerve/.deploy_cfg similarity index 100% rename from Larry/.deploy_cfg rename to Swerve/.deploy_cfg diff --git a/Larry/commands/drive_by_joystick.py b/Swerve/commands/drive_by_joystick.py similarity index 100% rename from Larry/commands/drive_by_joystick.py rename to Swerve/commands/drive_by_joystick.py diff --git a/Larry/commands/joysticks.py b/Swerve/commands/joysticks.py similarity index 100% rename from Larry/commands/joysticks.py rename to Swerve/commands/joysticks.py diff --git a/Larry/constants.py b/Swerve/constants.py similarity index 100% rename from Larry/constants.py rename to Swerve/constants.py diff --git a/Larry/conversions.py b/Swerve/conversions.py similarity index 100% rename from Larry/conversions.py rename to Swerve/conversions.py diff --git a/Larry/robot.py b/Swerve/robot.py similarity index 100% rename from Larry/robot.py rename to Swerve/robot.py diff --git a/Larry/robotcontainer.py b/Swerve/robotcontainer.py similarity index 100% rename from Larry/robotcontainer.py rename to Swerve/robotcontainer.py diff --git a/Larry/simgui-ds.json b/Swerve/simgui-ds.json similarity index 100% rename from Larry/simgui-ds.json rename to Swerve/simgui-ds.json diff --git a/Larry/simgui-window.json b/Swerve/simgui-window.json similarity index 100% rename from Larry/simgui-window.json rename to Swerve/simgui-window.json diff --git a/Larry/simgui.json b/Swerve/simgui.json similarity index 100% rename from Larry/simgui.json rename to Swerve/simgui.json diff --git a/Larry/subsystems/swerve_drive.py b/Swerve/subsystems/swerve_drive.py similarity index 100% rename from Larry/subsystems/swerve_drive.py rename to Swerve/subsystems/swerve_drive.py