Basic backlash simulation scripts with examples.
- Create python virtual env.
sudo apt install virtualenv
pip install --upgrade build
cd backlash_simulation_examples # Or in a workspace, depending on the final use
python3 -m venv .venv
source .venv/bin/activate
- Pip install
pip install -e .