diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..8f540bb Binary files /dev/null and b/.DS_Store differ diff --git a/animation.gif b/Images/animation.gif similarity index 100% rename from animation.gif rename to Images/animation.gif diff --git a/MPC_Framework.pdf b/MPC_Framework.pdf deleted file mode 100644 index 28518d3..0000000 Binary files a/MPC_Framework.pdf and /dev/null differ diff --git a/MPC_Framework.png b/MPC_Framework.png deleted file mode 100644 index bad93a8..0000000 Binary files a/MPC_Framework.png and /dev/null differ diff --git a/obstacle_avoidance.gif b/obstacle_avoidance.gif deleted file mode 100644 index aef7ed6..0000000 Binary files a/obstacle_avoidance.gif and /dev/null differ diff --git a/MPC.py b/src/MPC.py similarity index 100% rename from MPC.py rename to src/MPC.py diff --git a/lidar_model.py b/src/lidar_model.py similarity index 100% rename from lidar_model.py rename to src/lidar_model.py diff --git a/map.py b/src/map.py similarity index 100% rename from map.py rename to src/map.py diff --git a/reference_path.py b/src/reference_path.py similarity index 100% rename from reference_path.py rename to src/reference_path.py diff --git a/simulation.py b/src/simulation.py similarity index 100% rename from simulation.py rename to src/simulation.py diff --git a/spatial_bicycle_models.py b/src/spatial_bicycle_models.py similarity index 100% rename from spatial_bicycle_models.py rename to src/spatial_bicycle_models.py