Skip to content

Commit 5602fe1

Browse files
Default emailpjreiniger
authored andcommitted
Project import generated by Copybara.
GitOrigin-RevId: 2929dd12ed5e57cb3603fe73caed6b57677b97f1
1 parent f6818c5 commit 5602fe1

File tree

46 files changed

+439
-195
lines changed

Some content is hidden

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

46 files changed

+439
-195
lines changed

subprojects/pyntcore/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
pyntcore
22
========
33

4-
Python pybind11 wrappers around the C++ ntcore library.
4+
Python pybind11 wrappers around the C++ ntcore library.

subprojects/pyntcore/pyproject.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,26 @@ requires = [
55
"hatch-meson~=0.1.0",
66
"hatch-robotpy~=0.2.1",
77
"hatchling",
8-
"robotpy-native-ntcore==2027.0.0a3",
9-
"robotpy-wpiutil==2027.0.0a3",
10-
"robotpy-wpinet==2027.0.0a3",
11-
"robotpy-wpilog==2027.0.0a3",
8+
"robotpy-native-ntcore==0.0.0",
9+
"robotpy-wpiutil==0.0.0",
10+
"robotpy-wpinet==0.0.0",
11+
"robotpy-wpilog==0.0.0",
1212
]
1313

1414

1515
[project]
1616
name = "pyntcore"
17-
version = "2027.0.0a3"
17+
version = "0.0.0"
1818
description = "Binary wrappers for the FRC ntcore library"
1919
authors = [
2020
{name = "RobotPy Development Team", email = "[email protected]"},
2121
]
2222
license = "BSD-3-Clause"
2323
dependencies = [
24-
"robotpy-native-ntcore==2027.0.0a3",
25-
"robotpy-wpiutil==2027.0.0a3",
26-
"robotpy-wpinet==2027.0.0a3",
27-
"robotpy-wpilog==2027.0.0a3",
24+
"robotpy-native-ntcore==0.0.0",
25+
"robotpy-wpiutil==0.0.0",
26+
"robotpy-wpinet==0.0.0",
27+
"robotpy-wpilog==0.0.0",
2828
]
2929

3030
[project.urls]

subprojects/robotpy-apriltag/pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,23 @@ requires = [
55
"hatch-meson~=0.1.0",
66
"hatch-robotpy~=0.2.1",
77
"hatchling",
8-
"robotpy-native-apriltag==2027.0.0a3",
9-
"robotpy-wpiutil==2027.0.0a3",
10-
"robotpy-wpimath==2027.0.0a3",
8+
"robotpy-native-apriltag==0.0.0",
9+
"robotpy-wpiutil==0.0.0",
10+
"robotpy-wpimath==0.0.0",
1111
]
1212

1313
[project]
1414
name = "robotpy-apriltag"
15-
version = "2027.0.0a3"
15+
version = "0.0.0"
1616
description = "RobotPy bindings for WPILib's AprilTag library"
1717
authors = [
1818
{name = "RobotPy Development Team", email = "[email protected]"},
1919
]
2020
license = "BSD-3-Clause"
2121
dependencies = [
22-
"robotpy-native-apriltag==2027.0.0a3",
23-
"robotpy-wpiutil==2027.0.0a3",
24-
"robotpy-wpimath==2027.0.0a3",
22+
"robotpy-native-apriltag==0.0.0",
23+
"robotpy-wpiutil==0.0.0",
24+
"robotpy-wpimath==0.0.0",
2525
]
2626

2727
[project.urls]

subprojects/robotpy-hal/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ robotpy-hal
44
Python wrappers around the WPILib HAL.
55

66
API Documentation can be found at
7-
https://robotpy.readthedocs.io/projects/hal/en/latest
7+
https://robotpy.readthedocs.io/projects/hal/en/latest

subprojects/robotpy-hal/pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,23 @@ requires = [
44
"semiwrap~=0.2.1",
55
"hatch-meson~=0.1.0",
66
"hatchling",
7-
"pyntcore==2027.0.0a3",
8-
"robotpy-native-wpihal==2027.0.0a3",
9-
"robotpy-wpiutil==2027.0.0a3",
7+
"pyntcore==0.0.0",
8+
"robotpy-native-wpihal==0.0.0",
9+
"robotpy-wpiutil==0.0.0",
1010
]
1111

1212
[project]
1313
name = "robotpy-hal"
14-
version = "2027.0.0a3"
14+
version = "0.0.0"
1515
description = "Binary wrapper for FRC HAL"
1616
authors = [
1717
{name = "RobotPy Development Team", email = "[email protected]"},
1818
]
1919
license = "BSD-3-Clause"
2020
dependencies = [
21-
"pyntcore==2027.0.0a3",
22-
"robotpy-native-wpihal==2027.0.0a3",
23-
"robotpy-wpiutil==2027.0.0a3",
21+
"pyntcore==0.0.0",
22+
"robotpy-native-wpihal==0.0.0",
23+
"robotpy-wpiutil==0.0.0",
2424
]
2525

2626
[project.urls]

subprojects/robotpy-hal/semiwrap/DriverStation.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ functions:
2626
WPI_FreeString(&name);
2727
return sname;
2828
}
29-
HAL_GetJoystickAxisType:
3029
HAL_SetJoystickOutputs:
3130
HAL_GetMatchTime:
3231
HAL_GetOutputsEnabled:

subprojects/robotpy-hal/semiwrap/DriverStationTypes.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,27 +21,24 @@ classes:
2121
fmsAttached:
2222
dsAttached:
2323
control_reserved:
24+
watchdogEnabled:
2425
HAL_JoystickAxes:
2526
attributes:
26-
count:
2727
axes:
2828
raw:
29+
available:
2930
HAL_JoystickPOVs:
3031
attributes:
31-
count:
3232
povs:
33+
available:
3334
HAL_JoystickButtons:
3435
attributes:
3536
buttons:
36-
count:
37+
available:
3738
HAL_JoystickDescriptor:
3839
attributes:
3940
type:
4041
name:
41-
axisCount:
42-
axisTypes:
43-
buttonCount:
44-
povCount:
4542
isGamepad:
4643
HAL_MatchInfo:
4744
attributes:

subprojects/robotpy-hal/semiwrap/simulation/DriverStationData.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,18 +77,13 @@ functions:
7777
HALSIM_SetJoystickAxis:
7878
HALSIM_SetJoystickPOV:
7979
HALSIM_SetJoystickButtonsValue:
80-
HALSIM_SetJoystickAxisCount:
81-
HALSIM_SetJoystickPOVCount:
82-
HALSIM_SetJoystickButtonCount:
83-
HALSIM_GetJoystickCounts:
8480
HALSIM_SetJoystickType:
8581
HALSIM_SetJoystickName:
8682
cpp_code: |
8783
[](int32_t stick, std::string_view sv) {
8884
auto s = wpi::make_string(sv);
8985
HALSIM_SetJoystickName(stick, &s);
9086
}
91-
HALSIM_SetJoystickAxisType:
9287
HALSIM_SetGameSpecificMessage:
9388
cpp_code: |
9489
[](std::string_view sv) {
@@ -111,3 +106,7 @@ functions:
111106
HALSIM_CancelDriverStationNewDataCallback:
112107
HALSIM_NotifyDriverStationNewData:
113108
HALSIM_SetJoystickIsGamepad:
109+
HALSIM_SetJoystickAxesAvailable:
110+
HALSIM_SetJoystickPOVsAvailable:
111+
HALSIM_SetJoystickButtonsAvailable:
112+
HALSIM_GetJoystickAvailables:

subprojects/robotpy-native-apriltag/pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ requires = [
44
"hatchling",
55
"hatch-nativelib~=0.2.0",
66
"hatch-robotpy~=0.2.1",
7-
"robotpy-native-wpiutil==2027.0.0a3",
8-
"robotpy-native-wpimath==2027.0.0a3",
7+
"robotpy-native-wpiutil==0.0.0",
8+
"robotpy-native-wpimath==0.0.0",
99
]
1010

1111
[project]
1212
name = "robotpy-native-apriltag"
13-
version = "2027.0.0a3"
13+
version = "0.0.0"
1414
description = "WPILib AprilTag Library"
1515
license = "BSD-3-Clause"
1616

1717
dependencies = [
18-
"robotpy-native-wpiutil==2027.0.0a3",
19-
"robotpy-native-wpimath==2027.0.0a3",
18+
"robotpy-native-wpiutil==0.0.0",
19+
"robotpy-native-wpimath==0.0.0",
2020
]
2121

2222
[tool.hatch.build.targets.wheel]
@@ -26,7 +26,7 @@ packages = ["src/native"]
2626
artifact_id = "apriltag-cpp"
2727
group_id = "edu.wpi.first.apriltag"
2828
repo_url = "https://frcmaven.wpi.edu/artifactory/release-2027"
29-
version = "2027.0.0-alpha-3"
29+
version = "0.0.0"
3030

3131
extract_to = "src/native/apriltag"
3232
libs = ["apriltag"]

subprojects/robotpy-native-datalog/pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ requires = [
44
"hatchling",
55
"hatch-nativelib~=0.2.0",
66
"hatch-robotpy~=0.2.1",
7-
"robotpy-native-wpiutil==2027.0.0a3",
7+
"robotpy-native-wpiutil==0.0.0",
88
]
99

1010
[project]
1111
name = "robotpy-native-datalog"
12-
version = "2027.0.0a3"
12+
version = "0.0.0"
1313
description = "WPILib Utility Library"
1414
license = "BSD-3-Clause"
1515

1616
dependencies = [
17-
"robotpy-native-wpiutil==2027.0.0a3",
17+
"robotpy-native-wpiutil==0.0.0",
1818
]
1919

2020
[tool.hatch.build.targets.wheel]
@@ -25,7 +25,7 @@ packages = ["src/native"]
2525
artifact_id = "datalog-cpp"
2626
group_id = "edu.wpi.first.datalog"
2727
repo_url = "https://frcmaven.wpi.edu/artifactory/release-2027"
28-
version = "2027.0.0-alpha-3"
28+
version = "0.0.0"
2929

3030
extract_to = "src/native/datalog"
3131
libs = ["datalog"]

0 commit comments

Comments
 (0)