From 143671fdb433a532ee67d7ef490020e292d063e9 Mon Sep 17 00:00:00 2001 From: Zhengyu Peng Date: Thu, 6 Jan 2022 11:25:06 -0500 Subject: [PATCH] rename folders --- software/{pathTool => path tool}/fabfile.py | 0 software/{pathTool => path tool}/src/config.py | 0 software/{pathTool => path tool}/src/kinematics.py | 0 software/{pathTool => path tool}/src/main.py | 0 software/{pathTool => path tool}/src/output/movement_table.h | 0 software/{pathTool => path tool}/src/path/__init__.py | 0 software/{pathTool => path tool}/src/path/backward.py | 0 software/{pathTool => path tool}/src/path/climb.py | 0 software/{pathTool => path tool}/src/path/forward.py | 0 software/{pathTool => path tool}/src/path/forwardfast.py | 0 software/{pathTool => path tool}/src/path/lib.py | 0 software/{pathTool => path tool}/src/path/rotatex.py | 0 software/{pathTool => path tool}/src/path/rotatey.py | 0 software/{pathTool => path tool}/src/path/rotatez.py | 0 software/{pathTool => path tool}/src/path/shiftleft.py | 0 software/{pathTool => path tool}/src/path/shiftright.py | 0 software/{pathTool => path tool}/src/path/turnleft.py | 0 software/{pathTool => path tool}/src/path/turnright.py | 0 software/{pathTool => path tool}/src/path/twist.py | 0 software/{rpi => raspberry pi}/__init__.py | 0 software/{rpi => raspberry pi}/config.json | 0 software/{rpi => raspberry pi}/hexapod.py | 0 software/{rpi => raspberry pi}/leg.py | 0 software/{rpi => raspberry pi}/lib.py | 0 software/{rpi => raspberry pi}/path_generator.py | 0 software/{rpi => raspberry pi}/tcpserver.py | 0 26 files changed, 0 insertions(+), 0 deletions(-) rename software/{pathTool => path tool}/fabfile.py (100%) rename software/{pathTool => path tool}/src/config.py (100%) rename software/{pathTool => path tool}/src/kinematics.py (100%) rename software/{pathTool => path tool}/src/main.py (100%) rename software/{pathTool => path tool}/src/output/movement_table.h (100%) rename software/{pathTool => path tool}/src/path/__init__.py (100%) rename software/{pathTool => path tool}/src/path/backward.py (100%) rename software/{pathTool => path tool}/src/path/climb.py (100%) rename software/{pathTool => path tool}/src/path/forward.py (100%) rename software/{pathTool => path tool}/src/path/forwardfast.py (100%) rename software/{pathTool => path tool}/src/path/lib.py (100%) rename software/{pathTool => path tool}/src/path/rotatex.py (100%) rename software/{pathTool => path tool}/src/path/rotatey.py (100%) rename software/{pathTool => path tool}/src/path/rotatez.py (100%) rename software/{pathTool => path tool}/src/path/shiftleft.py (100%) rename software/{pathTool => path tool}/src/path/shiftright.py (100%) rename software/{pathTool => path tool}/src/path/turnleft.py (100%) rename software/{pathTool => path tool}/src/path/turnright.py (100%) rename software/{pathTool => path tool}/src/path/twist.py (100%) rename software/{rpi => raspberry pi}/__init__.py (100%) rename software/{rpi => raspberry pi}/config.json (100%) rename software/{rpi => raspberry pi}/hexapod.py (100%) rename software/{rpi => raspberry pi}/leg.py (100%) rename software/{rpi => raspberry pi}/lib.py (100%) rename software/{rpi => raspberry pi}/path_generator.py (100%) rename software/{rpi => raspberry pi}/tcpserver.py (100%) diff --git a/software/pathTool/fabfile.py b/software/path tool/fabfile.py similarity index 100% rename from software/pathTool/fabfile.py rename to software/path tool/fabfile.py diff --git a/software/pathTool/src/config.py b/software/path tool/src/config.py similarity index 100% rename from software/pathTool/src/config.py rename to software/path tool/src/config.py diff --git a/software/pathTool/src/kinematics.py b/software/path tool/src/kinematics.py similarity index 100% rename from software/pathTool/src/kinematics.py rename to software/path tool/src/kinematics.py diff --git a/software/pathTool/src/main.py b/software/path tool/src/main.py similarity index 100% rename from software/pathTool/src/main.py rename to software/path tool/src/main.py diff --git a/software/pathTool/src/output/movement_table.h b/software/path tool/src/output/movement_table.h similarity index 100% rename from software/pathTool/src/output/movement_table.h rename to software/path tool/src/output/movement_table.h diff --git a/software/pathTool/src/path/__init__.py b/software/path tool/src/path/__init__.py similarity index 100% rename from software/pathTool/src/path/__init__.py rename to software/path tool/src/path/__init__.py diff --git a/software/pathTool/src/path/backward.py b/software/path tool/src/path/backward.py similarity index 100% rename from software/pathTool/src/path/backward.py rename to software/path tool/src/path/backward.py diff --git a/software/pathTool/src/path/climb.py b/software/path tool/src/path/climb.py similarity index 100% rename from software/pathTool/src/path/climb.py rename to software/path tool/src/path/climb.py diff --git a/software/pathTool/src/path/forward.py b/software/path tool/src/path/forward.py similarity index 100% rename from software/pathTool/src/path/forward.py rename to software/path tool/src/path/forward.py diff --git a/software/pathTool/src/path/forwardfast.py b/software/path tool/src/path/forwardfast.py similarity index 100% rename from software/pathTool/src/path/forwardfast.py rename to software/path tool/src/path/forwardfast.py diff --git a/software/pathTool/src/path/lib.py b/software/path tool/src/path/lib.py similarity index 100% rename from software/pathTool/src/path/lib.py rename to software/path tool/src/path/lib.py diff --git a/software/pathTool/src/path/rotatex.py b/software/path tool/src/path/rotatex.py similarity index 100% rename from software/pathTool/src/path/rotatex.py rename to software/path tool/src/path/rotatex.py diff --git a/software/pathTool/src/path/rotatey.py b/software/path tool/src/path/rotatey.py similarity index 100% rename from software/pathTool/src/path/rotatey.py rename to software/path tool/src/path/rotatey.py diff --git a/software/pathTool/src/path/rotatez.py b/software/path tool/src/path/rotatez.py similarity index 100% rename from software/pathTool/src/path/rotatez.py rename to software/path tool/src/path/rotatez.py diff --git a/software/pathTool/src/path/shiftleft.py b/software/path tool/src/path/shiftleft.py similarity index 100% rename from software/pathTool/src/path/shiftleft.py rename to software/path tool/src/path/shiftleft.py diff --git a/software/pathTool/src/path/shiftright.py b/software/path tool/src/path/shiftright.py similarity index 100% rename from software/pathTool/src/path/shiftright.py rename to software/path tool/src/path/shiftright.py diff --git a/software/pathTool/src/path/turnleft.py b/software/path tool/src/path/turnleft.py similarity index 100% rename from software/pathTool/src/path/turnleft.py rename to software/path tool/src/path/turnleft.py diff --git a/software/pathTool/src/path/turnright.py b/software/path tool/src/path/turnright.py similarity index 100% rename from software/pathTool/src/path/turnright.py rename to software/path tool/src/path/turnright.py diff --git a/software/pathTool/src/path/twist.py b/software/path tool/src/path/twist.py similarity index 100% rename from software/pathTool/src/path/twist.py rename to software/path tool/src/path/twist.py diff --git a/software/rpi/__init__.py b/software/raspberry pi/__init__.py similarity index 100% rename from software/rpi/__init__.py rename to software/raspberry pi/__init__.py diff --git a/software/rpi/config.json b/software/raspberry pi/config.json similarity index 100% rename from software/rpi/config.json rename to software/raspberry pi/config.json diff --git a/software/rpi/hexapod.py b/software/raspberry pi/hexapod.py similarity index 100% rename from software/rpi/hexapod.py rename to software/raspberry pi/hexapod.py diff --git a/software/rpi/leg.py b/software/raspberry pi/leg.py similarity index 100% rename from software/rpi/leg.py rename to software/raspberry pi/leg.py diff --git a/software/rpi/lib.py b/software/raspberry pi/lib.py similarity index 100% rename from software/rpi/lib.py rename to software/raspberry pi/lib.py diff --git a/software/rpi/path_generator.py b/software/raspberry pi/path_generator.py similarity index 100% rename from software/rpi/path_generator.py rename to software/raspberry pi/path_generator.py diff --git a/software/rpi/tcpserver.py b/software/raspberry pi/tcpserver.py similarity index 100% rename from software/rpi/tcpserver.py rename to software/raspberry pi/tcpserver.py