Rename FRC to WPILib (#8637)

This commit is contained in:
Thad House
2026-03-13 23:05:55 -07:00
committed by GitHub
parent 6830c65a15
commit b2b111dc11
73 changed files with 134 additions and 141 deletions

View File

@@ -13,7 +13,7 @@ requires = [
[project]
name = "robotpy-wpimath"
version = "0.0.0"
description = "Binary wrapper for FRC WPIMath library"
description = "Binary wrapper for WPILib Math library"
authors = [
{name = "RobotPy Development Team", email = "robotpy@googlegroups.com"},
]
@@ -44,7 +44,7 @@ update_init = [
]
scan_headers_ignore = [
"wpi/math/linalg/ct_matrix.hpp",
"wpi/math/linalg/DARE.hpp",
"wpi/math/linalg/EigenCore.hpp",
@@ -1438,7 +1438,7 @@ types = [
default_arg_cast = false
[[tool.semiwrap.export_type_casters.wpimath-casters.headers]]
header = "frc_eigen.h"
header = "wpi_eigen.h"
types = [
"wpi::math::Vectord",
"wpi::math::Matrixd",