To install the required packages, run the following command in the terminal:
pip install -r requirements.txt
To run a simulation, run the following command in the terminal:
python3 -m receding_horizon cases/0008
This will run the simulation for case 0008.
To plot the results, run the following command in the terminal:
python3 -m plotting cases/0008
This will plot the results for case 0008.