From ff8d6bf5b7282d727c6733d4cd23d515ba54a440 Mon Sep 17 00:00:00 2001 From: Alexander Doyle <57422635+Suave101@users.noreply.github.com> Date: Sun, 5 Jan 2025 00:35:31 -0600 Subject: [PATCH 1/4] Remove Deprecated Library From Tests --- run_tests.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/run_tests.sh b/run_tests.sh index 4d5ee43..74526ba 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -11,7 +11,6 @@ BASE_TESTS=" ArmBot ArmBotOffboard ArmSimulation - AxisCamera CANPDP DifferentialDriveBot DigitalCommunication From 7549259c0916cdff3257e37dfa8c7cb71c02b712 Mon Sep 17 00:00:00 2001 From: Alexander Doyle <57422635+Suave101@users.noreply.github.com> Date: Sun, 5 Jan 2025 00:36:04 -0600 Subject: [PATCH 2/4] Move Library to Deprecated Folder --- {AxisCamera => DeprecatedExamples/AxisCamera}/robot.py | 0 {AxisCamera => DeprecatedExamples/AxisCamera}/vision.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {AxisCamera => DeprecatedExamples/AxisCamera}/robot.py (100%) rename {AxisCamera => DeprecatedExamples/AxisCamera}/vision.py (100%) diff --git a/AxisCamera/robot.py b/DeprecatedExamples/AxisCamera/robot.py similarity index 100% rename from AxisCamera/robot.py rename to DeprecatedExamples/AxisCamera/robot.py diff --git a/AxisCamera/vision.py b/DeprecatedExamples/AxisCamera/vision.py similarity index 100% rename from AxisCamera/vision.py rename to DeprecatedExamples/AxisCamera/vision.py From a9a2108ecf5b7446ab9036ae7b895791a46a7bf8 Mon Sep 17 00:00:00 2001 From: Alexander Doyle <57422635+Suave101@users.noreply.github.com> Date: Sun, 5 Jan 2025 00:45:01 -0600 Subject: [PATCH 3/4] Update run_tests.sh --- run_tests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/run_tests.sh b/run_tests.sh index 74526ba..e9b9389 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -69,6 +69,7 @@ IGNORED_TESTS=" PhysicsCamSim/src StateSpaceArm StateSpaceElevator + DeprecatedExamples " ALL_TESTS="${BASE_TESTS}" From 2d4f2a5550dbbb2dae77153bc821dd145db04054 Mon Sep 17 00:00:00 2001 From: Alexander Doyle <57422635+Suave101@users.noreply.github.com> Date: Sun, 5 Jan 2025 00:49:32 -0600 Subject: [PATCH 4/4] Update run_tests.sh --- run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_tests.sh b/run_tests.sh index e9b9389..5589dde 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -69,7 +69,7 @@ IGNORED_TESTS=" PhysicsCamSim/src StateSpaceArm StateSpaceElevator - DeprecatedExamples + DeprecatedExamples/AxisCamera " ALL_TESTS="${BASE_TESTS}"