Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 595 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 595 Bytes

ros_utilities

Wrappers and other utilities for ROS2

Contribution

To contribute, install pre-commit via pip, run pre-commit install and then run pre-commit run --all-files to verify that your code will pass inspection.

git clone https://github.com/bdaiinstitute/ros_utilities.git
cd ros_utilities
pip3 install pre-commit
pre-commit install
pre-commit run --all-files

Now whenever you commit code to this repository, it will be checked against our pre-commit hooks. You can also run git commit --no-verify if you wish you commit without checking against the hooks.