mirror of
https://github.com/BroncBotz3481/YAGSL
synced 2026-06-23 06:41:41 +00:00
Removed UTF-8 char
This commit is contained in:
@@ -120,7 +120,7 @@ public class SwervePoseEstimator2 // extends SwerveDrivePoseEstimator
|
||||
* after the autonomous period, or to change trust as distance to a vision target increases.
|
||||
*
|
||||
* @param visionMeasurementStdDevs Standard deviations of the vision measurements. Increase these numbers to trust
|
||||
* global measurements from vision less. This matrix is in the form [x, y, theta]ᵀ,
|
||||
* global measurements from vision less. This matrix is in the form [x, y, theta]^T,
|
||||
* with units in meters and radians.
|
||||
*/
|
||||
public void setVisionMeasurementStdDevs(Matrix<N3, N1> visionMeasurementStdDevs)
|
||||
|
||||
Reference in New Issue
Block a user