[wpimath] Fix typo in SwerveDrivePoseEstimator doc (NFC) (#3112)

This commit is contained in:
David Vo
2021-01-22 04:31:37 +11:00
committed by GitHub
parent e9c86df468
commit e8cbf2a717

View File

@@ -41,9 +41,8 @@ namespace frc {
*
* <strong> u = [[vx, vy, omega]]^T </strong> in the field-coordinate system.
*
* <strong> y = [[x, y, std::theta]]^T </strong> in field
* coords from vision, or <strong> y = [[theta]]^T
* </strong> from the gyro.
* <strong> y = [[x, y, theta]]^T </strong> in field coords from vision,
* or <strong> y = [[theta]]^T </strong> from the gyro.
*/
template <size_t NumModules>
class SwerveDrivePoseEstimator {