-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* raspicam_node cleanup Signed-off-by: Aaryan Murgunde (Spectre Jammy) <aaryan.murgunde@gmail.com> * control cleanup Signed-off-by: Aaryan Murgunde (Spectre Jammy) <aaryan.murgunde@gmail.com> * description cleanup Signed-off-by: Aaryan Murgunde (Spectre Jammy) <aaryan.murgunde@gmail.com> * firmware cleanup Signed-off-by: Aaryan Murgunde (Spectre Jammy) <aaryan.murgunde@gmail.com> * gazebo cleanup Signed-off-by: Aaryan Murgunde (Spectre Jammy) <aaryan.murgunde@gmail.com> * nav cleanup Signed-off-by: Aaryan Murgunde (Spectre Jammy) <aaryan.murgunde@gmail.com> * slam cleanup Signed-off-by: Aaryan Murgunde (Spectre Jammy) <aaryan.murgunde@gmail.com> * README cleanup Signed-off-by: Aaryan Murgunde (Spectre Jammy) <aaryan.murgunde@gmail.com> * clang format yaml parsable Signed-off-by: Aaryan Murgunde (Spectre Jammy) <aaryan.murgunde@gmail.com> * add ignore and pre-commit Signed-off-by: Aaryan Murgunde (Spectre Jammy) <aaryan.murgunde@gmail.com> * package.xml fix Signed-off-by: Aaryan Murgunde (Spectre Jammy) <aaryan.murgunde@gmail.com> --------- Signed-off-by: Aaryan Murgunde (Spectre Jammy) <aaryan.murgunde@gmail.com>
- Loading branch information
1 parent
8926ee4
commit ccc413e
Showing
64 changed files
with
900 additions
and
796 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
devel/ | ||
logs/ | ||
build/ | ||
bin/ | ||
lib/ | ||
msg_gen/ | ||
srv_gen/ | ||
msg/*Action.msg | ||
msg/*ActionFeedback.msg | ||
msg/*ActionGoal.msg | ||
msg/*ActionResult.msg | ||
msg/*Feedback.msg | ||
msg/*Goal.msg | ||
msg/*Result.msg | ||
msg/_*.py | ||
build_isolated/ | ||
devel_isolated/ | ||
|
||
#VS Code | ||
.vscode | ||
|
||
# Generated by dynamic reconfigure | ||
*.cfgc | ||
/cfg/cpp/ | ||
/cfg/*.py | ||
|
||
# Ignore generated docs | ||
*.dox | ||
*.wikidoc | ||
|
||
# eclipse stuff | ||
.project | ||
.cproject | ||
|
||
# qcreator stuff | ||
CMakeLists.txt.user | ||
|
||
srv/_*.py | ||
*.pcd | ||
*.pyc | ||
qtcreator-* | ||
*.user | ||
|
||
/planning/cfg | ||
/planning/docs | ||
/planning/src | ||
|
||
*~ | ||
|
||
# Emacs | ||
.#* | ||
|
||
# Catkin custom files | ||
CATKIN_IGNORE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
exclude: ydlidar_ros/ | ||
repos: | ||
- repo: https://github.com/pre-commit/pre-commit-hooks | ||
rev: v4.5.0 | ||
hooks: | ||
- id: check-yaml | ||
- id: end-of-file-fixer | ||
- id: trailing-whitespace | ||
- id: check-executables-have-shebangs | ||
- id: check-shebang-scripts-are-executable | ||
- id: check-merge-conflict | ||
- id: check-xml | ||
- id: check-added-large-files | ||
- id: check-case-conflict | ||
- id: check-symlinks | ||
- id: debug-statements | ||
- id: mixed-line-ending | ||
- repo: https://github.com/psf/black | ||
rev: 23.10.1 | ||
hooks: | ||
- id: black | ||
name: black | ||
description: "Black: The uncompromising Python code formatter" | ||
entry: black | ||
stages: [pre-commit, pre-merge-commit, pre-push, manual] | ||
language: python | ||
minimum_pre_commit_version: 2.9.2 | ||
require_serial: true | ||
types_or: [python, pyi] | ||
- repo: https://github.com/tier4/pre-commit-hooks-ros | ||
rev: v0.7.0 | ||
hooks: | ||
- id: prettier-xacro | ||
- id: prettier-launch-xml | ||
- id: prettier-package-xml | ||
- id: ros-include-guard | ||
- id: sort-package-xml | ||
- repo: local | ||
hooks: | ||
- id: catkin_lint | ||
name: catkin_lint | ||
description: Check package.xml and cmake files | ||
entry: catkin_lint . | ||
language: system | ||
always_run: true | ||
pass_filenames: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.