My drawing board for experimenting with concepts in building physics based underwater sound propagation and sensor models.
-
Clone the repository:
git clone <repo-url> cd sonar-sim
-
Create and activate a virtual environment:
python3 -m venv myEnv source myEnv/bin/activate -
Install dependencies:
pip install -r requirements.txt
This project is released under the MIT License. You are free to reuse, modify, and distribute.