Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion rdev.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ wrapper = "2027.0.0a3"

[params]

wpilib_bin_version = "2027.0.0-alpha-3-212-g227c89ab2"
wpilib_bin_version = "2027.0.0-alpha-3-268-g733cfa4b0"
wpilib_bin_url = "https://frcmaven.wpi.edu/artifactory/development-2027"
# wpilib_bin_url = "https://frcmaven.wpi.edu/artifactory/development-2027"

Expand Down
2 changes: 0 additions & 2 deletions subprojects/robotpy-cscore/cscore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

# autogenerated by 'semiwrap create-imports cscore cscore._cscore'
from ._cscore import (
AxisCamera,
CameraServer,
CvSink,
CvSource,
Expand All @@ -26,7 +25,6 @@
)

__all__ = [
"AxisCamera",
"CameraServer",
"CvSink",
"CvSource",
Expand Down
4 changes: 2 additions & 2 deletions subprojects/robotpy-cscore/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ version_file = "cscore/version.py"
artifact_id = "cscore-cpp"
group_id = "org.wpilib.cscore"
repo_url = "https://frcmaven.wpi.edu/artifactory/development-2027"
version = "2027.0.0-alpha-3-212-g227c89ab2"
version = "2027.0.0-alpha-3-268-g733cfa4b0"

staticlibs = ["cscore"]
extract_to = "lib"
Expand All @@ -53,7 +53,7 @@ extract_to = "lib"
artifact_id = "cameraserver-cpp"
group_id = "org.wpilib.cameraserver"
repo_url = "https://frcmaven.wpi.edu/artifactory/development-2027"
version = "2027.0.0-alpha-3-212-g227c89ab2"
version = "2027.0.0-alpha-3-268-g733cfa4b0"

staticlibs = ["cameraserver"]
extract_to = "lib"
Expand Down
18 changes: 0 additions & 18 deletions subprojects/robotpy-cscore/semiwrap/CameraServer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,24 +19,6 @@ classes:
std::string_view, int:
std::string_view, std::string_view:
const cs::VideoSource&:
AddAxisCamera:
overloads:
std::string_view:
const char*:
ignore: true
const std::string&:
ignore: true
std::span<const std::string>:
std::initializer_list<T>:
ignore: true
std::string_view, std::string_view:
std::string_view, const char*:
ignore: true
std::string_view, const std::string&:
ignore: true
std::string_view, std::span<const std::string>:
std::string_view, std::initializer_list<T>:
ignore: true
AddSwitchedCamera:
GetVideo:
overloads:
Expand Down
11 changes: 0 additions & 11 deletions subprojects/robotpy-cscore/semiwrap/cscore_oo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,17 +113,6 @@ classes:
std::initializer_list<T>:
ignore: true
GetUrls:
wpi::cs::AxisCamera:
force_no_trampoline: true
methods:
AxisCamera:
overloads:
std::string_view, std::string_view:
std::string_view, const char*:
std::string_view, const std::string&:
std::string_view, std::span<const std::string>:
std::string_view, std::initializer_list<T>:
ignore: true
wpi::cs::ImageSource:
force_no_trampoline: true
methods:
Expand Down
2 changes: 1 addition & 1 deletion subprojects/robotpy-halsim-ds-socket/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ version_file = "halsim_ds_socket/version.py"
artifact_id = "halsim_ds_socket"
group_id = "org.wpilib.halsim"
repo_url = "https://frcmaven.wpi.edu/artifactory/development-2027"
version = "2027.0.0-alpha-3-212-g227c89ab2"
version = "2027.0.0-alpha-3-268-g733cfa4b0"
use_headers = false

extract_to = "halsim_ds_socket"
Expand Down
2 changes: 1 addition & 1 deletion subprojects/robotpy-halsim-gui/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ version_file = "halsim_gui/version.py"
artifact_id = "halsim_gui"
group_id = "org.wpilib.halsim"
repo_url = "https://frcmaven.wpi.edu/artifactory/development-2027"
version = "2027.0.0-alpha-3-212-g227c89ab2"
version = "2027.0.0-alpha-3-268-g733cfa4b0"
use_headers = true

libs = ["halsim_gui"]
Expand Down
4 changes: 2 additions & 2 deletions subprojects/robotpy-halsim-ws/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ version_file = "halsim_ws/version.py"
artifact_id = "halsim_ws_server"
group_id = "org.wpilib.halsim"
repo_url = "https://frcmaven.wpi.edu/artifactory/development-2027"
version = "2027.0.0-alpha-3-212-g227c89ab2"
version = "2027.0.0-alpha-3-268-g733cfa4b0"
use_headers = false

extract_to = "halsim_ws/server"
Expand All @@ -44,7 +44,7 @@ libs = ["halsim_ws_server"]
artifact_id = "halsim_ws_client"
group_id = "org.wpilib.halsim"
repo_url = "https://frcmaven.wpi.edu/artifactory/development-2027"
version = "2027.0.0-alpha-3-212-g227c89ab2"
version = "2027.0.0-alpha-3-268-g733cfa4b0"
use_headers = false

extract_to = "halsim_ws/client"
Expand Down
2 changes: 1 addition & 1 deletion subprojects/robotpy-native-apriltag/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ packages = ["src/native"]
artifact_id = "apriltag-cpp"
group_id = "org.wpilib.apriltag"
repo_url = "https://frcmaven.wpi.edu/artifactory/development-2027"
version = "2027.0.0-alpha-3-212-g227c89ab2"
version = "2027.0.0-alpha-3-268-g733cfa4b0"

extract_to = "src/native/apriltag"
libs = ["apriltag"]
Expand Down
2 changes: 1 addition & 1 deletion subprojects/robotpy-native-datalog/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ packages = ["src/native"]
artifact_id = "datalog-cpp"
group_id = "org.wpilib.datalog"
repo_url = "https://frcmaven.wpi.edu/artifactory/development-2027"
version = "2027.0.0-alpha-3-212-g227c89ab2"
version = "2027.0.0-alpha-3-268-g733cfa4b0"

extract_to = "src/native/datalog"
libs = ["datalog"]
Expand Down
2 changes: 1 addition & 1 deletion subprojects/robotpy-native-ntcore/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ packages = ["src/native"]
artifact_id = "ntcore-cpp"
group_id = "org.wpilib.ntcore"
repo_url = "https://frcmaven.wpi.edu/artifactory/development-2027"
version = "2027.0.0-alpha-3-212-g227c89ab2"
version = "2027.0.0-alpha-3-268-g733cfa4b0"

extract_to = "src/native/ntcore"
libs = ["ntcore"]
Expand Down
2 changes: 1 addition & 1 deletion subprojects/robotpy-native-romi/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ packages = ["src/native"]
artifact_id = "romiVendordep-cpp"
group_id = "org.wpilib.romiVendordep"
repo_url = "https://frcmaven.wpi.edu/artifactory/development-2027"
version = "2027.0.0-alpha-3-212-g227c89ab2"
version = "2027.0.0-alpha-3-268-g733cfa4b0"

extract_to = "src/native/romi"
libs = ["romiVendordep"]
Expand Down
2 changes: 1 addition & 1 deletion subprojects/robotpy-native-wpihal/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ packages = ["src/native"]
artifact_id = "hal-cpp"
group_id = "org.wpilib.hal"
repo_url = "https://frcmaven.wpi.edu/artifactory/development-2027"
version = "2027.0.0-alpha-3-212-g227c89ab2"
version = "2027.0.0-alpha-3-268-g733cfa4b0"

extract_to = "src/native/wpihal"
libs = ["wpiHal"]
Expand Down
2 changes: 1 addition & 1 deletion subprojects/robotpy-native-wpilib/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ packages = ["src/native"]
artifact_id = "wpilibc-cpp"
group_id = "org.wpilib.wpilibc"
repo_url = "https://frcmaven.wpi.edu/artifactory/development-2027"
version = "2027.0.0-alpha-3-212-g227c89ab2"
version = "2027.0.0-alpha-3-268-g733cfa4b0"

extract_to = "src/native/wpilib"
libs = ["wpilibc"]
Expand Down
2 changes: 1 addition & 1 deletion subprojects/robotpy-native-wpimath/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ packages = ["src/native"]
artifact_id = "wpimath-cpp"
group_id = "org.wpilib.wpimath"
repo_url = "https://frcmaven.wpi.edu/artifactory/development-2027"
version = "2027.0.0-alpha-3-212-g227c89ab2"
version = "2027.0.0-alpha-3-268-g733cfa4b0"

extract_to = "src/native/wpimath"
libs = ["wpimath"]
Expand Down
2 changes: 1 addition & 1 deletion subprojects/robotpy-native-wpinet/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ packages = ["src/native"]
artifact_id = "wpinet-cpp"
group_id = "org.wpilib.wpinet"
repo_url = "https://frcmaven.wpi.edu/artifactory/development-2027"
version = "2027.0.0-alpha-3-212-g227c89ab2"
version = "2027.0.0-alpha-3-268-g733cfa4b0"

extract_to = "src/native/wpinet"
libs = ["wpinet"]
Expand Down
2 changes: 1 addition & 1 deletion subprojects/robotpy-native-wpiutil/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ packages = ["src/native"]
artifact_id = "wpiutil-cpp"
group_id = "org.wpilib.wpiutil"
repo_url = "https://frcmaven.wpi.edu/artifactory/development-2027"
version = "2027.0.0-alpha-3-212-g227c89ab2"
version = "2027.0.0-alpha-3-268-g733cfa4b0"

extract_to = "src/native/wpiutil"
libs = ["wpiutil"]
Expand Down
2 changes: 1 addition & 1 deletion subprojects/robotpy-native-xrp/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ packages = ["src/native"]
artifact_id = "xrpVendordep-cpp"
group_id = "org.wpilib.xrpVendordep"
repo_url = "https://frcmaven.wpi.edu/artifactory/development-2027"
version = "2027.0.0-alpha-3-212-g227c89ab2"
version = "2027.0.0-alpha-3-268-g733cfa4b0"

extract_to = "src/native/xrp"
libs = ["xrpVendordep"]
Expand Down
4 changes: 2 additions & 2 deletions subprojects/robotpy-wpilib/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ MecanumDrive = "wpi/drive/MecanumDrive.hpp"
RobotDriveBase = "wpi/drive/RobotDriveBase.hpp"

# wpi/driverstation
Alert = "wpi/driverstation/Alert.hpp"
DriverStation = "wpi/driverstation/DriverStation.hpp"
Gamepad = "wpi/driverstation/Gamepad.hpp"
GenericHID = "wpi/driverstation/GenericHID.hpp"
Expand Down Expand Up @@ -198,7 +199,6 @@ Encoder = "wpi/hardware/rotation/Encoder.hpp"
DriverStationModeThread = "wpi/internal/DriverStationModeThread.hpp"

# wpi/opmode
LinearOpMode = "wpi/opmode/LinearOpMode.hpp"
OpMode = "wpi/opmode/OpMode.hpp"
PeriodicOpMode = "wpi/opmode/PeriodicOpMode.hpp"

Expand Down Expand Up @@ -229,7 +229,6 @@ Tracer = "wpi/system/Tracer.hpp"
Watchdog = "wpi/system/Watchdog.hpp"

# wpi/util
Alert = "wpi/util/Alert.hpp"
Preferences = "wpi/util/Preferences.hpp"
SensorUtil = "wpi/util/SensorUtil.hpp"

Expand All @@ -244,6 +243,7 @@ yaml_path = "semiwrap/simulation"
# wpi/simulation
ADXL345Sim = "wpi/simulation/ADXL345Sim.hpp"
AddressableLEDSim = "wpi/simulation/AddressableLEDSim.hpp"
AlertSim = "wpi/simulation/AlertSim.hpp"
AnalogEncoderSim = "wpi/simulation/AnalogEncoderSim.hpp"
AnalogInputSim = "wpi/simulation/AnalogInputSim.hpp"
BatterySim = "wpi/simulation/BatterySim.hpp"
Expand Down
10 changes: 3 additions & 7 deletions subprojects/robotpy-wpilib/semiwrap/Alert.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
functions:
format_as:
ignore: true

classes:
wpi::Alert:
enums:
AlertType:
Level:
methods:
Alert:
overloads:
std::string_view, AlertType:
std::string_view, std::string_view, AlertType:
std::string_view, Level:
std::string_view, std::string_view, Level:
Set:
Get:
SetText:
Expand Down
8 changes: 0 additions & 8 deletions subprojects/robotpy-wpilib/semiwrap/LinearOpMode.yml

This file was deleted.

24 changes: 24 additions & 0 deletions subprojects/robotpy-wpilib/semiwrap/simulation/AlertSim.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
classes:
wpi::sim::AlertSim:
methods:
GetCount:
GetAll:
ResetData:
wpi::sim::AlertSim::AlertInfo:
attributes:
handle:
group:
text:
activeStartTime:
level:
ignore: true
methods:
isActive:
inline_code: |
.def_property(
"level",
[](const AlertInfo& self) { return self.level; },
[](AlertInfo& self, wpi::Alert::Level level) { self.level = level; },
py::return_value_policy::copy,
py::doc("The level of the alert (HIGH, MEDIUM, or LOW).")
);
Loading
Loading