mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-25 01:41:43 +00:00
[robotpy] Fixup build after merge (#8618)
This commit is contained in:
@@ -1494,6 +1494,7 @@ SwerveDrivePoseEstimator3d = "wpi/math/estimator/SwerveDrivePoseEstimator3d.hpp"
|
||||
|
||||
# wpi/math/filter
|
||||
Debouncer = "wpi/math/filter/Debouncer.hpp"
|
||||
EdgeCounterFilter = "wpi/math/filter/EdgeCounterFilter.hpp"
|
||||
LinearFilter = "wpi/math/filter/LinearFilter.hpp"
|
||||
MedianFilter = "wpi/math/filter/MedianFilter.hpp"
|
||||
SlewRateLimiter = "wpi/math/filter/SlewRateLimiter.hpp"
|
||||
|
||||
9
wpimath/src/main/python/semiwrap/EdgeCounterFilter.yml
Normal file
9
wpimath/src/main/python/semiwrap/EdgeCounterFilter.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
classes:
|
||||
wpi::math::EdgeCounterFilter:
|
||||
methods:
|
||||
EdgeCounterFilter:
|
||||
Calculate:
|
||||
SetWindowTime:
|
||||
GetWindowTime:
|
||||
SetRequiredEdges:
|
||||
GetRequiredEdges:
|
||||
@@ -41,6 +41,7 @@ classes:
|
||||
operator*:
|
||||
operator/:
|
||||
operator==:
|
||||
RelativeTo:
|
||||
|
||||
inline_code: |
|
||||
cls_Rotation2d
|
||||
|
||||
@@ -44,6 +44,7 @@ classes:
|
||||
ToMatrix:
|
||||
ToRotation2d:
|
||||
ToVector:
|
||||
RelativeTo:
|
||||
|
||||
inline_code: |
|
||||
cls_Rotation3d
|
||||
|
||||
Reference in New Issue
Block a user