mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-25 01:41:43 +00:00
[wpimath] Fix input vector in pose estimator docs (NFC) (#3923)
This commit is contained in:
@@ -38,8 +38,8 @@ namespace frc {
|
||||
* system containing x position, y position, heading, left encoder distance,
|
||||
* and right encoder distance.
|
||||
*
|
||||
* <strong> u = [v_l, v_r, dtheta]ᵀ </strong> containing left wheel velocity,
|
||||
* right wheel velocity, and change in gyro heading.
|
||||
* <strong> u = [v_x, v_y, omega]ᵀ </strong> containing x velocity, y velocity,
|
||||
* and angular velocity in the field coordinate system.
|
||||
*
|
||||
* NB: Using velocities make things considerably easier, because it means that
|
||||
* teams don't have to worry about getting an accurate model. Basically, we
|
||||
|
||||
@@ -38,8 +38,8 @@ namespace frc {
|
||||
* <strong> x = [x, y, theta]ᵀ </strong> in the field coordinate system
|
||||
* containing x position, y position, and heading.
|
||||
*
|
||||
* <strong> u = [v_l, v_r, dtheta]ᵀ </strong> containing left wheel velocity,
|
||||
* right wheel velocity, and change in gyro heading.
|
||||
* <strong> u = [v_x, v_y, omega]ᵀ </strong> containing x velocity, y velocity,
|
||||
* and angular velocity in the field coordinate system.
|
||||
*
|
||||
* <strong> y = [x, y, theta]ᵀ </strong> from vision containing x position, y
|
||||
* position, and heading; or <strong> y = [theta]ᵀ </strong> containing gyro
|
||||
|
||||
@@ -40,8 +40,8 @@ namespace frc {
|
||||
* <strong> x = [x, y, theta]ᵀ </strong> in the field coordinate system
|
||||
* containing x position, y position, and heading.
|
||||
*
|
||||
* <strong> u = [v_l, v_r, dtheta]ᵀ </strong> containing left wheel velocity,
|
||||
* right wheel velocity, and change in gyro heading.
|
||||
* <strong> u = [v_x, v_y, omega]ᵀ </strong> containing x velocity, y velocity,
|
||||
* and angular velocity in the field coordinate system.
|
||||
*
|
||||
* <strong> y = [x, y, theta]ᵀ </strong> from vision containing x position, y
|
||||
* position, and heading; or <strong> y = [theta]ᵀ </strong> containing gyro
|
||||
|
||||
Reference in New Issue
Block a user