Skip to content

Commit

Permalink
Added vision measurement stddevs function
Browse files Browse the repository at this point in the history
Signed-off-by: thenetworkgrinch <thenetworkgrinch@users.noreply.github.com>
  • Loading branch information
thenetworkgrinch committed Aug 5, 2024
1 parent a34b989 commit 3a24331
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 54 deletions.
2 changes: 1 addition & 1 deletion src/main/java/swervelib/SwerveDrive.java
Original file line number Diff line number Diff line change
Expand Up @@ -1069,7 +1069,7 @@ public void addVisionMeasurement(Pose2d robotPose, double timestamp,
* 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],
* with units in meters and radians.
*/
public void setVisionMeasurementStdDevs(Matrix<N3, N1> visionMeasurementStdDevs)
Expand Down
106 changes: 53 additions & 53 deletions vendordeps/ReduxLib_2024.json
Original file line number Diff line number Diff line change
@@ -1,55 +1,55 @@
{
"fileName": "ReduxLib_2024.json",
"name": "ReduxLib",
"version": "2024.1.1",
"frcYear": 2024,
"uuid": "151ecca8-670b-4026-8160-cdd2679ef2bd",
"mavenUrls": [
"https://maven.reduxrobotics.com/"
],
"jsonUrl": "https://frcsdk.reduxrobotics.com/ReduxLib_2024.json",
"javaDependencies": [
{
"groupId": "com.reduxrobotics.frc",
"artifactId": "ReduxLib-java",
"version": "2024.1.1"
}
],
"jniDependencies": [
{
"groupId": "com.reduxrobotics.frc",
"artifactId": "ReduxLib-driver",
"version": "2024.1.1",
"isJar": false,
"skipInvalidPlatforms": true,
"validPlatforms": [
"linuxathena",
"linuxx86-64",
"linuxarm32",
"linuxarm64",
"osxuniversal",
"windowsx86-64"
]
}
],
"cppDependencies": [
{
"groupId": "com.reduxrobotics.frc",
"artifactId": "ReduxLib-cpp",
"version": "2024.1.1",
"libName": "ReduxLib-cpp",
"headerClassifier": "headers",
"sourcesClassifier": "sources",
"sharedLibrary": true,
"skipInvalidPlatforms": true,
"binaryPlatforms": [
"linuxathena",
"linuxx86-64",
"linuxarm32",
"linuxarm64",
"osxuniversal",
"windowsx86-64"
]
}
]
"fileName": "ReduxLib_2024.json",
"name": "ReduxLib",
"version": "2024.2.0",
"frcYear": 2024,
"uuid": "151ecca8-670b-4026-8160-cdd2679ef2bd",
"mavenUrls": [
"https://maven.reduxrobotics.com/"
],
"jsonUrl": "https://frcsdk.reduxrobotics.com/ReduxLib_2024.json",
"javaDependencies": [
{
"groupId": "com.reduxrobotics.frc",
"artifactId": "ReduxLib-java",
"version": "2024.2.0"
}
],
"jniDependencies": [
{
"groupId": "com.reduxrobotics.frc",
"artifactId": "ReduxLib-driver",
"version": "2024.2.0",
"isJar": false,
"skipInvalidPlatforms": true,
"validPlatforms": [
"linuxathena",
"linuxx86-64",
"linuxarm32",
"linuxarm64",
"osxuniversal",
"windowsx86-64"
]
}
],
"cppDependencies": [
{
"groupId": "com.reduxrobotics.frc",
"artifactId": "ReduxLib-cpp",
"version": "2024.2.0",
"libName": "ReduxLib-cpp",
"headerClassifier": "headers",
"sourcesClassifier": "sources",
"sharedLibrary": true,
"skipInvalidPlatforms": true,
"binaryPlatforms": [
"linuxathena",
"linuxx86-64",
"linuxarm32",
"linuxarm64",
"osxuniversal",
"windowsx86-64"
]
}
]
}

0 comments on commit 3a24331

Please sign in to comment.