From 12eac40d139f8d95d8641dacf64f0341e3f4693c Mon Sep 17 00:00:00 2001 From: pulipakaa24 Date: Sat, 22 Nov 2025 22:42:14 -0600 Subject: [PATCH] added clarification about saved files to readme --- MAGLEV_DIGITALTWIN_PYTHON/ReadMe.md | 1 + 1 file changed, 1 insertion(+) diff --git a/MAGLEV_DIGITALTWIN_PYTHON/ReadMe.md b/MAGLEV_DIGITALTWIN_PYTHON/ReadMe.md index f736c46..0b2993a 100644 --- a/MAGLEV_DIGITALTWIN_PYTHON/ReadMe.md +++ b/MAGLEV_DIGITALTWIN_PYTHON/ReadMe.md @@ -1,6 +1,7 @@ # How To Use ## Running the Simulation Run ```pip install -r requirements.txt``` followed by ```python topSimulate.py```. Or, if your environment is already set up, just run the python file. +Generated files will be saved to ```sim_results/``` in the directory where the python script is run from (likely the root directory of your repository clone). ## Modifying the PID control algorithm Modify ```controller.py```. You will see constants related to heave, pitch, and roll controllers. Will update to include current control and will make simulation much more accurate soon. ## Modifying pod parameters