Python package for using simple control barrier function.
- Python >= 3.10
pip install -e .With dev/test dependencies:
pip install -e ".[dev,test]"python examples/example_{cbf name}.pyDocumentation is automatically published to GitHub Pages on push to main.
To build locally:
pip install -e ".[dev]"
sphinx-build docs/source docs/buildThen open docs/build/index.html.
ruff format .
ruff check --fix .
mypy .pytestThe vscode extension coverage-gutters can be used to display the test coverage.
Apply config file for pre-commit.
pre-commit install





