Skip to content

Commit 0e9c3ca

Browse files
committed
Merge remote-tracking branch 'origin/main' into 2025-dev
2 parents 971f94f + f82f8c1 commit 0e9c3ca

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/dist.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- main
99
tags:
1010
- '*'
11+
workflow_dispatch:
1112

1213
concurrency:
1314
group: ${{ github.ref }}

subprojects/robotpy-apriltag/gen/AprilTagDetector.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ classes:
5656
return l;
5757
}, py::arg("image"),
5858
R"doc(
59-
Detect tags from an 8-bit grayscale image with shape (width, height)
59+
Detect tags from an 8-bit grayscale image with shape (height, width)
6060
6161
:return: list of results
6262
)doc"

0 commit comments

Comments
 (0)