mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
Update a few misc FRC references (NFC) (#8824)
This commit is contained in:
@@ -63,7 +63,7 @@ wraps = ["robotpy-native-apriltag"]
|
||||
depends = ["wpiutil", "wpimath"]
|
||||
|
||||
[tool.semiwrap.extension_modules."robotpy_apriltag._apriltag".headers]
|
||||
# frc/apriltag
|
||||
# wpi/apriltag
|
||||
AprilTag = "wpi/apriltag/AprilTag.hpp"
|
||||
AprilTagDetection = "wpi/apriltag/AprilTagDetection.hpp"
|
||||
AprilTagDetector = "wpi/apriltag/AprilTagDetector.hpp"
|
||||
|
||||
@@ -53,7 +53,7 @@ depends = [
|
||||
]
|
||||
|
||||
[tool.semiwrap.extension_modules."romi._romi".headers]
|
||||
# frc/romi
|
||||
# wpi/romi
|
||||
OnBoardIO = "wpi/romi/OnBoardIO.hpp"
|
||||
RomiGyro = "wpi/romi/RomiGyro.hpp"
|
||||
RomiMotor = "wpi/romi/RomiMotor.hpp"
|
||||
|
||||
@@ -8,7 +8,7 @@ import java.io.File;
|
||||
import org.wpilib.framework.RobotBase;
|
||||
|
||||
/**
|
||||
* Class for interacting with the Filesystem, particularly, interacting with FRC-related paths on
|
||||
* Class for interacting with the Filesystem, particularly, interacting with WPILib-related paths on
|
||||
* the system, such as the launch and deploy directories.
|
||||
*
|
||||
* <p>This class is primarily used for obtaining resources in src/main/deploy, and the systemcore
|
||||
|
||||
@@ -60,7 +60,7 @@ wraps = ["robotpy-native-xrp"]
|
||||
depends = ["wpilib", "wpimath"]
|
||||
|
||||
[tool.semiwrap.extension_modules."xrp._xrp".headers]
|
||||
# frc/xrp
|
||||
# wpi/xrp
|
||||
XRPGyro = "wpi/xrp/XRPGyro.hpp"
|
||||
XRPMotor = "wpi/xrp/XRPMotor.hpp"
|
||||
XRPOnBoardIO = "wpi/xrp/XRPOnBoardIO.hpp"
|
||||
|
||||
Reference in New Issue
Block a user