Skip to content

Commit 9f8d569

Browse files
authored
Merge pull request #42 from robotpy/release-2026.0.1
Update StudicaLib
2 parents e9adf65 + d372e91 commit 9f8d569

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,15 @@ extract_to = "lib"
5757
artifact_id = "StudicaLib-cpp"
5858
group_id = "com.studica.frc"
5959
repo_url = "https://dev.studica.com/maven/release/2026"
60-
version = "2026.0.1"
60+
version = "2026.0.2"
6161
staticlibs = ["StudicaLib"]
6262
extract_to = "lib"
6363

6464
[[tool.hatch.build.hooks.robotpy.maven_lib_download]]
6565
artifact_id = "StudicaLib-driver"
6666
group_id = "com.studica.frc"
6767
repo_url = "https://dev.studica.com/maven/release/2026"
68-
version = "2026.0.1"
68+
version = "2026.0.2"
6969
staticlibs = ["StudicaLibDriver"]
7070
extract_to = "lib"
7171

semiwrap/NavX.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ classes:
88
overloads:
99
int:
1010
int, int:
11+
Port:
12+
Port, int:
1113
GetYaw:
1214
GetPitch:
1315
GetRoll:
@@ -25,3 +27,7 @@ classes:
2527
GetRotation2D:
2628
GetRotation3D:
2729
ResetYaw:
30+
GetAngle:
31+
Enable9DYaw:
32+
enums:
33+
Port:

0 commit comments

Comments
 (0)