Skip to content

Commit 37bf7ce

Browse files
authored
Run pre-commit routine for 2025 (#55)
1 parent 12c5456 commit 37bf7ce

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+57
-57
lines changed

.github/workflows/pre-commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024, Personal Robotics Laboratory
1+
# Copyright (c) 2024-2025, Personal Robotics Laboratory
22
# License: BSD 3-Clause. See LICENSE.md file in root directory.
33

44
name: pre-commit
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# Copyright (c) 2024, Personal Robotics Laboratory
1+
# Copyright (c) 2024-2025, Personal Robotics Laboratory
22
# License: BSD 3-Clause. See LICENSE.md file in root directory.

ada_calibrate_camera/ada_calibrate_camera/calibrate_camera_node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python3
2-
# Copyright (c) 2024, Personal Robotics Laboratory
2+
# Copyright (c) 2024-2025, Personal Robotics Laboratory
33
# License: BSD 3-Clause. See LICENSE.md file in root directory.
44

55
"""

ada_calibrate_camera/ada_calibrate_camera/camera_calibration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024, Personal Robotics Laboratory
1+
# Copyright (c) 2024-2025, Personal Robotics Laboratory
22
# License: BSD 3-Clause. See LICENSE.md file in root directory.
33

44
"""

ada_calibrate_camera/ada_calibrate_camera/charuco_detector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024, Personal Robotics Laboratory
1+
# Copyright (c) 2024-2025, Personal Robotics Laboratory
22
# License: BSD 3-Clause. See LICENSE.md file in root directory.
33

44
"""

ada_calibrate_camera/ada_calibrate_camera/helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024, Personal Robotics Laboratory
1+
# Copyright (c) 2024-2025, Personal Robotics Laboratory
22
# License: BSD 3-Clause. See LICENSE.md file in root directory.
33

44
"""

ada_calibrate_camera/ada_calibrate_camera/publish_camera_extrinsics_node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python3
2-
# Copyright (c) 2024, Personal Robotics Laboratory
2+
# Copyright (c) 2024-2025, Personal Robotics Laboratory
33
# License: BSD 3-Clause. See LICENSE.md file in root directory.
44

55
"""

ada_calibrate_camera/calibrate_camera_start.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright (c) 2024, Personal Robotics Laboratory
2+
# Copyright (c) 2024-2025, Personal Robotics Laboratory
33
# License: BSD 3-Clause. See LICENSE.md file in root directory.
44

55
"""

ada_calibrate_camera/config/calibrate_camera.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024, Personal Robotics Laboratory
1+
# Copyright (c) 2024-2025, Personal Robotics Laboratory
22
# License: BSD 3-Clause. See LICENSE.md file in root directory.
33

44
calibrate_camera:

ada_calibrate_camera/config/calibs/auto.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024, Personal Robotics Laboratory
1+
# Copyright (c) 2024-2025, Personal Robotics Laboratory
22
# License: BSD 3-Clause. See LICENSE.md file in root directory.
33

44
# This file was auto-generated by the ada_calibrate_camera node.

0 commit comments

Comments
 (0)