[wpilibc] Add LinearSystemLoop C++ ctor to match Java (#2755)

Co-authored-by: Prateek Machiraju <prateek.machiraju@gmail.com>
This commit is contained in:
Matt
2020-10-02 17:37:26 -07:00
committed by GitHub
parent 330b90e046
commit 21d949daa8
7 changed files with 74 additions and 54 deletions

View File

@@ -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.
*