mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-27 02:01:42 +00:00
[wpimath] Remove unused #includes (#8549)
This is based on a filtered list of #includes clangd reported were unused.
This commit is contained in:
@@ -40,7 +40,6 @@ auto NumericalJacobian(F&& f, const Vectord<Cols>& x) {
|
||||
* @param f Vector-valued function from which to compute Jacobian.
|
||||
* @param x Vector argument.
|
||||
*/
|
||||
|
||||
template <typename F>
|
||||
Eigen::MatrixXd NumericalJacobian(F&& f, const Eigen::VectorXd& x) {
|
||||
constexpr double kEpsilon = 1e-5;
|
||||
|
||||
Reference in New Issue
Block a user