cd kalmanfilters
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
pip install .
pip install -r examples/requirements.txt
python examples/cvekf/example1.py
python examples/cvekf/example2.py
pip install -r examples/requirements.txt
python examples/run_compass.py
python examples/run_kf.py
Currently TODO.
pip install -r test/requirements.txt
pytest test -rP