mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-23 01:21:42 +00:00
[wpimath] Remove redundant LinearFilter.finiteDifference() argument (#4335)
The number of samples is already determined by the length of the stencil list.
This commit is contained in:
@@ -180,7 +180,7 @@ class LinearFilter {
|
||||
* @tparam Derivative The order of the derivative to compute.
|
||||
* @tparam Samples The number of samples to use to compute the given
|
||||
* derivative. This must be one more than the order of
|
||||
* derivative or higher.
|
||||
* the derivative or higher.
|
||||
* @param stencil List of stencil points.
|
||||
* @param period The period in seconds between samples taken by the user.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user