commit | d749d9303e35587ec837b9e36c4ff61b2db74d13 | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin.linux@gmail.com> | Wed Dec 30 21:38:40 2020 -0800 |
committer | Austin Schuh <austin.linux@gmail.com> | Thu Dec 31 11:45:13 2020 -0800 |
tree | 31be4f925d58c1fe4e4f57ad4e8f9bd4fdb45163 | |
parent | 39ceedff6523872a90ea3a79a5329478c344fa28 [diff] [blame] |
Clang-format drivetrain Change-Id: I9e20a52ca97b968046969fa2c2e7f42b1fcbb1c3
diff --git a/frc971/control_loops/drivetrain/trajectory.h b/frc971/control_loops/drivetrain/trajectory.h index 0801541..ef02db5 100644 --- a/frc971/control_loops/drivetrain/trajectory.h +++ b/frc971/control_loops/drivetrain/trajectory.h
@@ -225,7 +225,8 @@ const ::Eigen::Matrix<double, 2, 1> K1(double current_ddtheta) const { return (::Eigen::Matrix<double, 2, 1>() << -robot_radius_l_ * current_ddtheta, - robot_radius_r_ * current_ddtheta).finished(); + robot_radius_r_ * current_ddtheta) + .finished(); } const ::Eigen::Matrix<double, 2, 1> K2(double current_dtheta) const {