HAND FIX: Fix robotpy yaml files

This commit is contained in:
PJ Reiniger
2025-11-07 19:58:22 -05:00
committed by Peter Johnson
parent d3da30d53a
commit cf711a125e
21 changed files with 323 additions and 47 deletions

View File

@@ -81,11 +81,11 @@ scan_headers_ignore = [
"wpi/math/system/NumericalIntegration.hpp",
"wpi/math/system/NumericalJacobian.hpp",
"frc/proto/*",
"frc/*/proto/*",
"wpi/math/proto/*",
"wpi/math/*/proto/*",
"frc/struct/*",
"frc/*/struct/*",
"wpi/math/struct/*",
"wpi/math/*/struct/*",
"[eE]igen/*",
@@ -96,7 +96,7 @@ scan_headers_ignore = [
"sleipnir/*",
"type_casters/*",
"unsupported/*",
"units/*",
"wpi/units/*",
"wpimath/protobuf/*",
"wpi/math/util/MathShared.hpp",