mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-23 01:21:42 +00:00
[wpilibc] Add LinearSystemLoop C++ ctor to match Java (#2755)
Co-authored-by: Prateek Machiraju <prateek.machiraju@gmail.com>
This commit is contained in:
@@ -59,10 +59,6 @@ class LinearPlantInversionFeedforward {
|
||||
Reset(m_r);
|
||||
}
|
||||
|
||||
LinearPlantInversionFeedforward(LinearPlantInversionFeedforward&&) = default;
|
||||
LinearPlantInversionFeedforward& operator=(
|
||||
LinearPlantInversionFeedforward&&) = default;
|
||||
|
||||
/**
|
||||
* Returns the previously calculated feedforward as an input vector.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user