diff options
author | Matt Strapp <matt@mattstrapp.net> | 2022-02-18 12:42:14 -0600 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2022-02-18 12:42:14 -0600 |
commit | 827e67dbd593d10e74336e5f699e29ddac80356e (patch) | |
tree | c22d868b2a443fc652f9bc9e887938ac176c018c /System | |
parent | Hopefully get the system able to be packaged (diff) | |
download | ee4511w-827e67dbd593d10e74336e5f699e29ddac80356e.tar ee4511w-827e67dbd593d10e74336e5f699e29ddac80356e.tar.gz ee4511w-827e67dbd593d10e74336e5f699e29ddac80356e.tar.bz2 ee4511w-827e67dbd593d10e74336e5f699e29ddac80356e.tar.lz ee4511w-827e67dbd593d10e74336e5f699e29ddac80356e.tar.xz ee4511w-827e67dbd593d10e74336e5f699e29ddac80356e.tar.zst ee4511w-827e67dbd593d10e74336e5f699e29ddac80356e.zip |
Change package name for consistency
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to 'System')
-rw-r--r-- | System/pendulum/__init__.py (renamed from System/Pendulum/__init__.py) | 0 | ||||
-rw-r--r-- | System/pendulum/encoder.py (renamed from System/Pendulum/encoder.py) | 0 | ||||
-rw-r--r-- | System/pendulum/errorTestScript.py (renamed from System/Pendulum/errorTestScript.py) | 0 | ||||
-rw-r--r-- | System/pendulum/homework8.ipynb (renamed from System/Pendulum/homework8.ipynb) | 0 | ||||
-rw-r--r-- | System/pendulum/initialize_system.py (renamed from System/Pendulum/initialize_system.py) | 0 | ||||
-rw-r--r-- | System/pendulum/motor.py (renamed from System/Pendulum/motor.py) | 0 | ||||
-rw-r--r-- | System/pendulum/results.csv (renamed from System/Pendulum/results.csv) | 0 | ||||
-rw-r--r-- | System/pendulum/swingUp.py (renamed from System/Pendulum/swingUp.py) | 0 | ||||
-rw-r--r-- | System/pendulum/system.py (renamed from System/Pendulum/system.py) | 0 | ||||
-rw-r--r-- | System/pendulum/system_swingup_test.py (renamed from System/Pendulum/system_swingup_test.py) | 0 | ||||
-rw-r--r-- | System/pendulum/system_swingup_test_2.py (renamed from System/Pendulum/system_swingup_test_2.py) | 0 |
11 files changed, 0 insertions, 0 deletions
diff --git a/System/Pendulum/__init__.py b/System/pendulum/__init__.py index 510ffea..510ffea 100644 --- a/System/Pendulum/__init__.py +++ b/System/pendulum/__init__.py diff --git a/System/Pendulum/encoder.py b/System/pendulum/encoder.py index ece7fd1..ece7fd1 100644 --- a/System/Pendulum/encoder.py +++ b/System/pendulum/encoder.py diff --git a/System/Pendulum/errorTestScript.py b/System/pendulum/errorTestScript.py index cb029d5..cb029d5 100644 --- a/System/Pendulum/errorTestScript.py +++ b/System/pendulum/errorTestScript.py diff --git a/System/Pendulum/homework8.ipynb b/System/pendulum/homework8.ipynb index a9c28c9..a9c28c9 100644 --- a/System/Pendulum/homework8.ipynb +++ b/System/pendulum/homework8.ipynb diff --git a/System/Pendulum/initialize_system.py b/System/pendulum/initialize_system.py index 38b7134..38b7134 100644 --- a/System/Pendulum/initialize_system.py +++ b/System/pendulum/initialize_system.py diff --git a/System/Pendulum/motor.py b/System/pendulum/motor.py index 427d393..427d393 100644 --- a/System/Pendulum/motor.py +++ b/System/pendulum/motor.py diff --git a/System/Pendulum/results.csv b/System/pendulum/results.csv index ca22685..ca22685 100644 --- a/System/Pendulum/results.csv +++ b/System/pendulum/results.csv diff --git a/System/Pendulum/swingUp.py b/System/pendulum/swingUp.py index fb5d4c0..fb5d4c0 100644 --- a/System/Pendulum/swingUp.py +++ b/System/pendulum/swingUp.py diff --git a/System/Pendulum/system.py b/System/pendulum/system.py index 21439aa..21439aa 100644 --- a/System/Pendulum/system.py +++ b/System/pendulum/system.py diff --git a/System/Pendulum/system_swingup_test.py b/System/pendulum/system_swingup_test.py index e13c7ca..e13c7ca 100644 --- a/System/Pendulum/system_swingup_test.py +++ b/System/pendulum/system_swingup_test.py diff --git a/System/Pendulum/system_swingup_test_2.py b/System/pendulum/system_swingup_test_2.py index fc02ed6..fc02ed6 100644 --- a/System/Pendulum/system_swingup_test_2.py +++ b/System/pendulum/system_swingup_test_2.py |