mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-23 01:21:42 +00:00
[wpimath] Remove extra terms in matrix for pose estimator docs (#4756)
This commit is contained in:
@@ -36,8 +36,7 @@ import java.util.Objects;
|
||||
* <p>The state-space system used internally has the following states (x) and outputs (y):
|
||||
*
|
||||
* <p><strong> x = [x, y, theta]ᵀ </strong> in the field coordinate system containing x position, y
|
||||
* position, and heading, followed by the distance driven by the front left, front right, rear left,
|
||||
* and rear right wheels.
|
||||
* position, and heading.
|
||||
*
|
||||
* <p><strong> y = [x, y, theta]ᵀ </strong> from vision containing x position, y position, and
|
||||
* heading.
|
||||
|
||||
@@ -79,7 +79,7 @@ class WPILIB_DLLEXPORT DifferentialDrivePoseEstimator {
|
||||
* Increase these numbers to trust your
|
||||
* model's state estimates less. This matrix
|
||||
* is in the form
|
||||
* [x, y, theta, dist_l, dist_r]ᵀ,
|
||||
* [x, y, theta]ᵀ,
|
||||
* with units in meters and radians.
|
||||
* @param visionMeasurementStdDevs Standard deviations of the vision
|
||||
* measurements. Increase these numbers to
|
||||
|
||||
Reference in New Issue
Block a user