Skip to content

bdaiinstitute/ros_utilities

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c3262c8 · Jun 11, 2024

History

93 Commits
Jan 2, 2024
Feb 26, 2024
Jun 11, 2024
Jan 30, 2024
Mar 5, 2024
Mar 5, 2024
Jan 3, 2024
Jun 8, 2023
Dec 6, 2023
Apr 1, 2023
Nov 15, 2023

Repository files navigation

ros_utilities

Wrappers and other utilities for ROS2

Usage

See the ros_utilities wiki on how to make the best out of these utilities.

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.